body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:2rem}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;max-width:500px;padding:3rem;width:100%}.auth-card.large{max-width:700px}.auth-card h1{color:#2d3748;font-size:2rem;margin-bottom:.5rem}.auth-subtitle{color:#718096;font-size:.95rem;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-form h3{border-bottom:2px solid #edf2f7;color:#4a5568;font-size:1.1rem;margin-bottom:.5rem;margin-top:1.5rem;padding-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#4a5568;font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group small{color:#718096;font-size:.85rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 8px 16px #667eea4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#edf2f7;color:#4a5568}.btn-secondary:hover{background:#e2e8f0}.auth-links{border-top:1px solid #edf2f7;margin-top:2rem;padding-top:1.5rem;text-align:center}.auth-links p{color:#718096;margin:.5rem 0}.auth-links a{color:#667eea;font-weight:600;text-decoration:none}.auth-links a:hover{text-decoration:underline}@media (max-width:768px){.form-row{grid-template-columns:1fr}.auth-card{padding:2rem}}.asset-header,.asset-management{margin:0 auto;max-width:1400px;padding:2rem}.asset-header h1{color:#2d3748;margin-bottom:.5rem}.asset-header p{color:#718096;margin-bottom:2rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.stat-card h3{color:#718096;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-number{color:#667eea;font-size:2.5rem;font-weight:700;margin:0}.asset-tabs{gap:1rem}.asset-tabs,.generate-form{display:flex;margin-bottom:2rem}.generate-form{flex-direction:column;gap:1.5rem;max-width:600px}.info-box{background:#ebf8ff;border-left:4px solid #4299e1;border-radius:8px;margin-top:2rem;padding:1.5rem}.info-box h3{color:#2c5282;margin-bottom:1rem}.info-box ul{color:#2d3748;margin-left:1.5rem}.info-box li{margin:.5rem 0}.filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.filters input,.filters select{border:2px solid #e2e8f0;border-radius:6px;min-width:150px;padding:8px 12px}.assets-table table{background:#fff;border-radius:8px;overflow:hidden;width:100%}.status-badge.unregistered{background:#fef3c7;color:#92400e}.status-badge.registered{background:#d1fae5;color:#065f46}.status-badge.deactivated{background:#fee2e2;color:#991b1b}.register-asset-section{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.register-asset-section h2{color:#2d3748;margin-bottom:.5rem}.register-asset-section>p{color:#718096;margin-bottom:2rem}.register-asset-form{display:flex;flex-direction:column;gap:1.5rem}.register-asset-form small{color:#718096;display:block;font-size:.85rem;margin-top:.3rem}.dashboard-container{margin:0 auto;max-width:1200px;padding:2rem}.dashboard-header{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem;padding:2rem}.dashboard-header h1{color:#2d3748;margin-bottom:.5rem}.user-email{color:#718096}.badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:600;margin-top:.5rem;padding:4px 12px}.badge-agent{background:#e6fffa;color:#047857}.dashboard-tabs{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.tab{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .2s}.tab:hover{border-color:#667eea;color:#667eea}.tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;color:#fff}.tab-content{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:2rem}.section-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.section-header h2{color:#2d3748}.qr-section{text-align:center}.qr-section h2{color:#2d3748;margin-bottom:.5rem}.qr-section p{color:#718096;margin-bottom:2rem}.qr-code-display{background:#f7fafc;border-radius:12px;display:flex;justify-content:center;margin:2rem 0;padding:2rem}.qr-info{background:#f7fafc;border-radius:8px;margin-top:2rem;padding:1.5rem;text-align:left}.qr-info p{color:#4a5568;margin:.5rem 0}.medical-section{margin:0 auto;max-width:800px}.medical-form{display:flex;flex-direction:column;gap:1.5rem}.medical-form h3{border-bottom:2px solid #edf2f7;color:#4a5568;margin-bottom:.5rem;margin-top:2rem;padding-bottom:.5rem}.access-history-section h2{color:#2d3748;margin-bottom:.5rem}.access-history-section>p{color:#718096;margin-bottom:2rem}.access-table{overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:#f7fafc}th{border-bottom:2px solid #e2e8f0;color:#4a5568;font-weight:600;text-align:left}td,th{padding:12px}td{border-bottom:1px solid #edf2f7;color:#2d3748}tr:hover{background:#f7fafc}.access-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:600;padding:4px 12px}.access-badge.view{background:#dbeafe;color:#1e40af}.access-badge.qr_scan{background:#dcfce7;color:#15803d}.agent-form-container{background:#f7fafc;border-radius:12px;margin-bottom:2rem;padding:2rem}.agent-form-container h3{color:#2d3748;margin-bottom:1.5rem}.agent-form{display:flex;flex-direction:column;gap:1.5rem}.agents-list h3{color:#2d3748;margin-bottom:1rem}.agents-table table{margin-top:1rem}.status-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:600;padding:4px 12px}.status-badge.active{background:#dcfce7;color:#15803d}.status-badge.inactive{background:#fee2e2;color:#b91c1c}.btn-sm{font-size:.85rem;margin-right:.5rem;padding:6px 12px}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.provider-info{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px;margin-top:2rem;padding:1.5rem}.provider-info h3{color:#92400e;margin-bottom:1rem}.provider-info p{color:#78350f;margin:.5rem 0}code{background:#1e293b;border-radius:4px;color:#22d3ee;font-family:Courier New,monospace;padding:4px 8px}.qr-access-section h2{color:#2d3748;margin-bottom:.5rem}.qr-access-section>p{color:#718096;margin-bottom:2rem}.qr-form{margin-bottom:2rem;max-width:500px}.patient-info-display{background:#f7fafc;border-left:4px solid #667eea;border-radius:12px;margin-top:2rem;padding:2rem}.patient-info-display h3{color:#2d3748;margin-bottom:1.5rem}.patient-details h4{color:#4a5568;margin-bottom:.5rem;margin-top:1.5rem}.patient-details h5{color:#4a5568;font-size:.95rem;margin-bottom:.5rem;margin-top:1rem}.patient-details p{color:#2d3748;line-height:1.6;margin:.5rem 0}.patient-details ul{color:#4a5568;margin:.5rem 0 1rem 1.5rem}.patient-details li{margin:.3rem 0}.patient-profile{margin:0 auto;max-width:900px}.patient-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.patient-header h2{color:#2d3748}.access-notice{background:#fef3c7;border-radius:20px;color:#92400e;font-size:.9rem;font-weight:600;padding:8px 16px}.medical-info-display{display:flex;flex-direction:column;gap:2rem}.info-section.emergency{background:#fff5f5;border-left:4px solid #ef4444}.info-section h3{font-size:1.2rem;margin-bottom:1.5rem}.info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{flex-direction:column;gap:.3rem}.info-item label{color:#718096;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-item span{color:#2d3748;font-size:1.05rem}.medical-list{margin:1rem 0}.medical-list li{border-left:3px solid #667eea;border-radius:8px;color:#2d3748;padding:.75rem 1rem}.medical-list li.alert-item{background:#fff5f5;border-left-color:#ef4444}.notes-text{background:#fff;border-radius:8px;color:#2d3748;line-height:1.6;padding:1rem}.no-data{color:#a0aec0;font-style:italic;padding:2rem;text-align:center}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header,.tab-content{padding:1.5rem}.form-row,.info-grid{grid-template-columns:1fr}.section-header{align-items:flex-start;flex-direction:column}.access-table{font-size:.9rem}td,th{padding:8px}}.public-profile-settings{margin:0 auto;max-width:800px}.public-profile-form{display:flex;flex-direction:column;gap:1.5rem}.checkbox-label{align-items:center;color:#2d3748;cursor:pointer;display:flex;font-weight:600;gap:.75rem}.checkbox-label input[type=checkbox]{cursor:pointer;height:20px;width:20px}.checkbox-label span{-webkit-user-select:none;user-select:none}.assets-section h3{color:#2d3748;margin-bottom:1rem}.assets-section .assets-table{margin-top:1rem}.assets-section .assets-table a{color:#667eea;font-weight:600;text-decoration:none}.assets-section .assets-table a:hover{text-decoration:underline}.public-profile-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:2rem}.public-profile-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;max-width:700px;padding:3rem;width:100%}.profile-header{border-bottom:2px solid #edf2f7;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.profile-icon{font-size:4rem;margin-bottom:1rem}.profile-header h1{color:#2d3748;margin-bottom:.5rem}.asset-info{color:#718096;font-size:.9rem}.custom-message{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.custom-message p{color:#78350f;font-style:italic;margin:0}.medical-info-public{margin-bottom:2rem}.medical-info-public h2{color:#2d3748;margin-bottom:1.5rem}.info-item{background:#f7fafc;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.info-item .label{color:#4a5568;font-weight:600}.info-item .value{color:#2d3748}.blood-type{color:#e53e3e;font-size:1.2rem;font-weight:700}.info-section{background:#f7fafc;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.info-section.alert{background:#fff5f5;border-left:4px solid #e53e3e}.info-section.emergency{background:#fffaf0;border-left:4px solid #f59e0b}.info-section h3{color:#2d3748;margin-bottom:1rem}.medical-list{list-style:none;margin:.5rem 0;padding:0}.medical-list li{background:#fff;border-radius:6px;margin:.5rem 0;padding:.75rem}.medical-list li.alert-item{background:#fed7d7;color:#742a2a;font-weight:600}.contact-info{background:#fff;border-radius:8px;padding:1rem}.contact-info p{color:#2d3748;margin:.5rem 0}.contact-info a{color:#667eea;font-weight:600;text-decoration:none}.contact-info a:hover{text-decoration:underline}.no-medical-info{color:#a0aec0;font-style:italic;padding:3rem;text-align:center}.profile-footer{border-top:2px solid #edf2f7;margin-top:2rem;padding-top:2rem;text-align:center}.disclaimer{color:#718096;font-size:.85rem;margin-bottom:1rem}.registration-date{color:#a0aec0;font-size:.8rem}.error-message{background:#fff;border-radius:12px;padding:3rem;text-align:center}.error-message h2{color:#e53e3e;margin-bottom:1rem}.error-message p{color:#718096}.home-container{min-height:calc(100vh - 70px);padding:3rem 2rem}.hero-section{margin:0 auto 4rem;max-width:1200px;text-align:center}.hero-section h1{color:#fff;font-size:3.5rem;font-weight:800;margin-bottom:1rem}.hero-subtitle{color:#ffffffe6;font-size:1.3rem;margin-bottom:3rem}.hero-actions{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.action-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;padding:2rem;transition:transform .3s,box-shadow .3s}.action-card:hover{box-shadow:0 15px 50px #0003;transform:translateY(-5px)}.action-card h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem}.action-card p{color:#718096;line-height:1.6;margin-bottom:1.5rem}.button-group{display:flex;flex-wrap:wrap;gap:1rem}.welcome-back{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;margin:0 auto;max-width:600px;padding:3rem}.welcome-back h2{color:#2d3748;margin-bottom:2rem}.features-section{margin:0 auto;max-width:1200px;padding:4rem 0}.features-section h2{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-item{background:#fffffff2;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s}.feature-item:hover{transform:translateY(-5px)}.feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-item h3{color:#2d3748;font-size:1.2rem;margin-bottom:.5rem}.feature-item p{color:#718096;font-size:.95rem}@media (max-width:768px){.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-actions{grid-template-columns:1fr}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#667eea;font-size:1.5rem;font-weight:700;gap:8px;text-decoration:none}.navbar-menu{align-items:center;display:flex;gap:1.5rem}.navbar-link{color:#4a5568;font-weight:500;text-decoration:none;transition:color .2s}.navbar-link:hover{color:#667eea}.navbar-user{background:#edf2f7;border-radius:20px;color:#2d3748;font-weight:600;padding:8px 16px}.navbar-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:20px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;padding:8px 20px;text-decoration:none;transition:transform .2s,box-shadow .2s}.navbar-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh}.loading{align-items:center;color:#fff;display:flex;font-size:1.5rem;justify-content:center;min-height:80vh}.error-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;margin:100px auto;max-width:600px;padding:40px;text-align:center}.error-container h2{color:#e53e3e;margin-bottom:16px}.error-container p{color:#4a5568}
/*# sourceMappingURL=main.32a7ee1c.css.map*/