.login-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;background-color:#fff}.create-account-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#0891b2;background-color:#fff;border:1px solid #0891b2;border-radius:.375rem;cursor:pointer;text-decoration:none;transition:all .2s}.create-account-btn:hover{background-color:#e0f2fe}.main-content{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:28rem}.login-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#111827}.login-form{display:flex;flex-direction:column;gap:1rem}.form-input{display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;transition:all .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 2px #06b6d433}.form-input::-moz-placeholder{color:#9ca3af}.form-input::placeholder{color:#9ca3af}.submit-btn{width:100%;padding:.75rem 1rem;border:none;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;font-weight:500;color:#fff;background-color:#2563eb;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.submit-btn:hover{background-color:#1d4ed8}.submit-btn:focus{outline:none;box-shadow:0 0 0 2px #3b82f666}.signup-link-container{text-align:center;font-size:.875rem;color:#4b5563;margin-top:1rem}.signup-link{font-weight:500;color:#2563eb;text-decoration:none;transition:color .2s}.signup-link:hover{color:#1d4ed8}@media(max-width:640px){.login-card{padding:1.5rem}.main-content{padding:1rem}}.signup-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb}.login-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background-color:#f3f4f6;border:none;border-radius:.375rem;cursor:pointer;text-decoration:none;transition:background-color .2s}.login-btn:hover{background-color:#e5e7eb}.main-content{flex-grow:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem;overflow-y:auto;height:100%;min-height:750px}.signup-card{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:32rem;max-height:calc(100vh - 8rem);overflow-y:auto;display:flex;flex-direction:column;margin-bottom:2rem}.signup-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#111827}.role-toggle{display:flex;border-bottom:1px solid #d1d5db;margin-bottom:1.5rem}.role-btn{width:50%;padding:.75rem;text-align:center;font-size:.875rem;font-weight:500;background-color:#fff;border:none;cursor:pointer;transition:all .2s;color:#6b7280;border-bottom:2px solid transparent}.role-btn:first-child{border-top-left-radius:.375rem}.role-btn:last-child{border-top-right-radius:.375rem}.role-btn.active{background-color:#5eead4;color:#111827;border-bottom-color:#5eead4}.role-btn:not(.active):hover{color:#374151}.signup-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.form-input,.form-select,.form-textarea{display:block;width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;transition:all .2s;font-family:inherit;box-sizing:border-box}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.form-textarea{resize:vertical;min-height:80px}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a}.form-select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%230891b2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#9ca3af}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.submit-btn{width:100%;padding:.75rem 1rem;border:none;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;font-size:.875rem;font-weight:500;color:#fff;background-color:#0891b2;cursor:pointer;transition:background-color .2s;margin-top:.5rem}.submit-btn:hover{background-color:#0e7490}.submit-btn:focus{outline:none;box-shadow:0 0 0 3px #0891b24d}.login-link-container{text-align:center;font-size:.875rem;color:#4b5563;margin-top:1rem}.login-link{font-weight:500;color:#0891b2;text-decoration:none;transition:color .2s}.login-link:hover{color:#0e7490}@media(max-width:640px){.signup-card{padding:1.5rem}.main-content{padding:2rem 1rem}.form-row{grid-template-columns:1fr}}.dashboard-header{position:fixed;top:0;left:0;right:0;height:64px;background-color:#fff;padding:.75rem 2rem;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center;z-index:100}.header-left{display:flex;align-items:center;gap:3rem}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#374151;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#0891b2}.user-section{display:flex;align-items:center;gap:1rem}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:#fff;-o-object-fit:cover;object-fit:cover;border:1px solid #d1d5db;box-shadow:0 1px 2px #0f172a1a}.user-name{font-size:.9rem;font-weight:500;color:#111827}@media(max-width:768px){.header-left{gap:1.5rem}.nav-links{display:none}}.dashboard-container{min-height:100vh;background-color:#f3f4f6;padding-top:64px}.welcome-banner{background:linear-gradient(135deg,#0891b2,#5eead4);margin:2rem;padding:2rem;border-radius:1rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.welcome-content h1{font-size:2rem;font-weight:700;margin:0 0 .5rem}.welcome-content p{margin:0;font-size:.95rem;opacity:.95}.add-pain-btn{background-color:#fff;color:#0891b2;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .2s;box-shadow:0 2px 4px #0000001a}.add-pain-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.dashboard-content{padding:0 2rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.section-card{background-color:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:20px}.section-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.pain-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin-bottom:1rem;position:relative}.pain-item:last-child{margin-bottom:0}.pain-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.pain-date{font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.pain-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.pain-score{background-color:#fef3c7;color:#92400e;padding:.25rem .75rem;border-radius:1rem;font-size:.85rem;font-weight:600}.pain-score.high{background-color:#fee2e2;color:#991b1b}.pain-score.medium{background-color:#fef3c7;color:#92400e}.pain-score.low{background-color:#d1fae5;color:#065f46}.pain-indicators{display:flex;gap:.5rem;margin-bottom:.75rem}.indicator-bar{height:6px;width:50px;border-radius:3px}.indicator-red{background-color:#ef4444}.indicator-orange{background-color:#f97316}.indicator-yellow{background-color:#eab308}.indicator-green{background-color:#22c55e}.pain-footer{display:flex;justify-content:space-between;align-items:center}.pain-meta{font-size:.85rem;color:#6b7280;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}.next-update-row{display:flex;justify-content:space-between;gap:.75rem;align-items:center;flex-wrap:wrap}.next-update-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.2rem}.next-update-date{font-size:.95rem;font-weight:600;color:#111827}.next-update-date.muted{color:#6b7280;font-weight:500}.next-update-pill{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;border:1px solid transparent}.next-update-pill.ontime{background-color:#dcfce7;color:#166534;border-color:#86efac}.next-update-pill.overdue{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.pain-updated{font-size:.8rem;color:#9ca3af}.view-btn{background-color:#fff;border:1px solid #d1d5db;padding:.5rem 1.25rem;border-radius:99px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.view-btn:hover{background-color:#f9fafb}.view-btn-reviewed{background-color:#16a34a;border-color:#15803d;color:#fff}.view-btn-reviewed:hover{background-color:#15803d}.complete-icon{position:absolute;top:.5rem;left:.5rem;width:26px;height:26px;border-radius:50%;background-color:#10b981;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;z-index:5}.reminder-item{padding:1rem;border-radius:.5rem;margin-bottom:1rem;display:flex;gap:1rem;align-items:center}.reminder-item:last-child{margin-bottom:0}.reminder-item.blue{background-color:#dbeafe}.reminder-item.yellow{background-color:#fef3c7}.reminder-item.red{background-color:#fee2e2}.reminder-item.green{background-color:#dcfce7}.reminder-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.reminder-content h3{font-size:.95rem;font-weight:600;color:#111827;margin:0 0 .25rem}.reminder-content p{font-size:.8rem;color:#6b7280;margin:0}.reminder-actions{margin-left:auto}.reminder-btn{background-color:#0891b2;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:999px;font-size:.85rem;font-weight:600;max-width:80px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0891b240}.reminder-btn:hover{background-color:#0e7490;transform:translateY(-1px)}.medical-history-card{grid-column:1 / -1}.medical-history-content{display:flex;justify-content:space-between;align-items:center}.medical-history-text p{margin:0;color:#4b5563;font-size:.9rem}.update-btn{background-color:#fff;border:1px solid #d1d5db;padding:.5rem 1.5rem;border-radius:.375rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.update-btn:hover{background-color:#f9fafb}.empty-state{text-align:center;padding:3rem 2rem;color:#6b7280}.empty-state p{margin-bottom:1.5rem;font-size:.95rem}.empty-add-btn{background-color:#0891b2;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .2s}.empty-add-btn:hover{background-color:#0e7490;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}@media(max-width:1024px){.dashboard-content{grid-template-columns:1fr}.medical-history-card{grid-column:1}}@media(max-width:768px){.welcome-banner{flex-direction:column;gap:1rem;text-align:center}.dashboard-content{padding:0 1rem 1rem}}.doctor-header{position:fixed;top:0;left:0;right:0;height:64px;background-color:#fff;padding:.75rem 2rem;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:center;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:#0891b2}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#374151;text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s}.nav-link:hover,.nav-link.active{color:#0891b2}.header-right{display:flex;align-items:center;gap:1rem}.doctor-name{font-size:.9rem;font-weight:500;color:#111827}.logout-btn{background-color:#0891b2;color:#fff;border:none;padding:.5rem 1rem;border-radius:.999rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.logout-btn:hover{background-color:#0e7490;transform:translateY(-1px)}.logout-btn:active{transform:translateY(0)}@media(max-width:768px){.doctor-header{padding:1rem;flex-wrap:wrap;gap:1rem}.nav-menu{order:3;width:100%;justify-content:center}}.dashboard-container{min-height:100vh;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{background-color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a}.logo{font-size:1.5rem;font-weight:700;color:#06c}.nav-menu{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;padding:.5rem 1rem;transition:color .2s}.nav-link:hover,.nav-link.active{color:#06c}.doctor-name{font-weight:600;color:#333}.dashboard-main{padding:2rem;max-width:1400px;margin:0 auto}.page-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.stat-label{font-size:.875rem;color:#666;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:700}.stat-value.total{color:#06c}.stat-value.mild{color:#10b981}.stat-value.moderate{color:#f59e0b}.stat-value.severe{color:#ef4444}.filters-row{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}.search-box{position:relative;flex:1;display:flex}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:16px;pointer-events:none}.search-box input{width:100%;padding:14px 16px 14px 46px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;color:#334155;background-color:#f8fafc;outline:none;transition:all .2s}.search-box input:focus{border-color:#0284c7;background-color:#fff}.search-box input::-moz-placeholder{color:#94a3b8}.search-box input::placeholder{color:#94a3b8}.filter-select{padding:14px 40px 14px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;color:#334155;background-color:#f8fafc;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}.filter-select:focus{border-color:#0284c7;background-color:#fff}.table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.patient-toggle{display:inline-flex;gap:.75rem;margin-bottom:.75rem;border:1px solid #e2e8f0;padding:.25rem;border-radius:999px;background-color:#f8fafc}.toggle-btn{border:none;background:transparent;padding:.5rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.toggle-btn.active{background-color:#fff;color:#0f172a;box-shadow:0 1px 4px #0f172a26}.submissions-table{width:100%;border-collapse:collapse}.submissions-table thead{background-color:#10b981;color:#fff}.submissions-table th{padding:1rem;text-align:left;font-weight:600;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.submissions-table td{padding:1rem;border-bottom:1px solid #f0f0f0;font-size:.875rem;color:#333}.submissions-table tbody tr:hover{background-color:#f9fafb}.submissions-table tbody tr:last-child td{border-bottom:none}.severity-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.severity-severe{background-color:#fee2e2;color:#dc2626}.severity-moderate{background-color:#fef3c7;color:#d97706}.severity-mild{background-color:#d1fae5;color:#059669}.severity-unknown{background-color:#f3f4f6;color:#6b7280}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-submitted{background-color:#dbeafe;color:#1d4ed8}.status-draft{background-color:#f3f4f6;color:#6b7280}.status-reviewed{background-color:#d1fae5;color:#059669}.loading-message{text-align:center;padding:3rem;font-size:1.125rem;color:#6b7280}.error-message{background-color:#fee2e2;color:#dc2626;padding:1rem;border-radius:.5rem;margin-bottom:1rem;text-align:center}.progress-dots{display:flex;gap:.25rem;align-items:center}.progress-dot{width:10px;height:10px;border-radius:50%;background-color:#e5e7eb}.progress-dot.active{background-color:#f59e0b}.view-details-btn{padding:.5rem 1rem;background-color:transparent;border:none;color:#06c;font-weight:500;cursor:pointer;font-size:.875rem;transition:color .2s}.view-details-btn:hover{color:#0052a3;text-decoration:underline}@media(max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.filters-row{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.table-container{overflow-x:auto}.submissions-table{min-width:900px}}.add-pain-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;background-color:#f9fafb}.main-content{display:flex;margin-top:0;width:100%;flex:1;min-height:0;overflow:hidden}.canvas-section{margin-top:50px;flex:1;background:linear-gradient(135deg,#e0f2fe,#dbeafe);padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;height:700px;min-height:0;box-sizing:border-box}.canvas-instruction{position:absolute;top:1.5rem;left:50%;transform:translate(-50%);background-color:#fffffff2;padding:.75rem 1.5rem 1rem;border-radius:.5rem;font-size:.9rem;color:#4b5563;box-shadow:0 2px 8px #0000001a;z-index:10}.body-canvas{flex:1;min-height:0;width:100%;height:100%;max-width:1000px;max-height:none;position:relative;display:flex;align-items:center;justify-content:center}.body-canvas.draw-enabled:after{content:"";position:absolute;inset:0;border-radius:.6rem;pointer-events:none;background:radial-gradient(circle at 20% 20%,rgba(14,165,233,.08),transparent 55%)}.body-canvas canvas{width:100%!important;height:100%!important;display:block;border-radius:.5rem}.draw-toggle-wrapper{position:absolute;top:1.5rem;right:1.5rem;z-index:18;background:#f8fafcf2;border-radius:.75rem;border:1px solid rgba(148,163,184,.4);padding:.6rem .85rem;min-width:210px;box-shadow:0 8px 20px #0f172a26}.draw-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.draw-toggle-label-text{font-size:.85rem;font-weight:600;color:#0f172a}.draw-toggle-switch{position:relative;width:46px;height:24px;display:inline-flex}.draw-toggle-switch input{opacity:0;width:0;height:0}.draw-toggle-slider{position:absolute;cursor:pointer;inset:0;background:#cbd5f5;border-radius:999px;transition:background .2s ease}.draw-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:4px;top:3px;background:#fff;border-radius:999px;box-shadow:0 2px 6px #0f172a33;transition:transform .2s ease}.draw-toggle-switch input:checked+.draw-toggle-slider{background:#06b6d4}.draw-toggle-switch input:checked+.draw-toggle-slider:before{transform:translate(20px)}.draw-toggle-hint{text-align:left;font-size:.75rem;color:#fe0000;margin-top:.35rem}.draw-mode-indicator{position:absolute;bottom:7.5rem;right:1.5rem;background:#06b6d4eb;color:#f8fafc;padding:.55rem .95rem;border-radius:.75rem;font-size:.8rem;z-index:18;box-shadow:0 10px 24px #06b6d459;max-width:260px}.draw-mode-indicator strong{font-weight:600;margin-right:.35rem}.canvas-hud{position:absolute;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;z-index:20;pointer-events:none}.canvas-hud-card{min-width:230px;background:#0f172ad9;border-radius:.9rem;border:1px solid rgba(148,163,184,.4);padding:.85rem 1rem;box-shadow:0 12px 24px #0f172a59;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f9fafb;pointer-events:auto}.canvas-hud-title{font-size:.85rem;font-weight:600;color:#bae6fd;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.canvas-hud-item{display:flex;flex-direction:column;gap:.1rem;margin-top:.25rem}.canvas-hud-label{font-size:.75rem;color:#cbd5f5;text-transform:uppercase;letter-spacing:.08em}.canvas-hud-value{font-size:.95rem;font-weight:600;color:#f9fafb}.pain-label{position:absolute;top:8rem;right:2rem;background-color:#0891b2;color:#fff;padding:.75rem 1.5rem;border-radius:1.5rem;font-size:.9rem;font-weight:500;box-shadow:0 4px 12px #0891b24d;z-index:10}.pain-mode-toggle{position:absolute;bottom:5.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background-color:#fff;padding:.5rem;border-radius:2rem;box-shadow:0 4px 12px #00000026;z-index:10}.mode-btn{padding:.75rem 1.5rem;border:none;border-radius:1.5rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s;color:#6b7280;background-color:#fff}.mode-btn.active{background-color:#5eead4;color:#111827}.canvas-actions{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.clear-btn{padding:.75rem 1.5rem;border:1px solid #d1d5db;background-color:#fff;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;color:#374151}.clear-btn:hover{background-color:#f9fafb}.done-btn{padding:.75rem 1.5rem;border:none;background-color:#0891b2;color:#fff;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.done-btn:hover{background-color:#0e7490}.form-section{flex:0 1 520px;margin-top:50px;max-width:520px;background-color:#fff;padding:2rem;overflow-y:auto;box-shadow:-4px 0 12px #0000000d;height:700px;min-height:0;box-sizing:border-box;border-left:1px solid #e5e7eb;display:flex;flex-direction:column}.form-title{font-size:1.5rem;font-weight:700;color:#0891b2;margin-bottom:2rem}.form-group{margin-bottom:2rem}.form-label{display:block;font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.75rem}.body-part-input{width:100%;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:.5rem;font-size:.9rem;background-color:#f9fafb;color:#374151;box-sizing:border-box}.radio-group{display:flex;gap:1rem;margin-top:.75rem}.radio-option{display:flex;align-items:center;gap:.5rem}.radio-option input[type=radio]{width:18px;height:18px;cursor:pointer}.radio-option label{font-size:.9rem;color:#374151;cursor:pointer}.radiating-note{margin-top:.75rem;margin-bottom:.75rem;padding:.75rem;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:.375rem;font-size:.9rem;color:#0c4a6e}.selected-muscles{margin-top:.75rem;padding:.75rem;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:.375rem;font-size:.9rem;color:#0c4a6e}.selected-muscles strong{color:#0891b2;margin-right:.5rem}.pain-type-grid,.frequency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.75rem}.pain-type-helper{font-size:.85rem;color:#6b7280;margin:.25rem 0 .75rem}.pain-category-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-btn{border:1px solid #d1d5db;background:#fff;color:#374151;padding:.4rem .9rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.category-btn:hover{border-color:#0891b2;color:#0891b2}.category-btn.active{background:#0891b2;border-color:#0891b2;color:#fff;box-shadow:0 4px 10px #0891b240}.pain-type-icon{width:76px;height:76px;margin:0 auto .5rem;border-radius:50%;background:#f9fafb;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;color:#0f172a}.pain-type-icon svg{width:60%;height:60%}.pain-type-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.pain-type-card{border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem;text-align:center;cursor:pointer;transition:all .2s;background-color:#fff;position:relative;overflow:visible}.pain-type-card:hover{border-color:#0891b2;background-color:#f0fdfa}.pain-type-card.selected{border-color:#0891b2;background-color:#e0f2fe}.frequency-card{border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem;text-align:center;cursor:pointer;transition:all .2s;background-color:#fff;position:relative;overflow:visible}.frequency-card:hover{border-color:#0891b2;background-color:#f0fdfa}.frequency-card.selected{border-color:#0891b2;background-color:#e0f2fe}.frequency-image{width:120px;height:120px;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center}.frequency-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.frequency-label{font-size:.85rem;font-weight:500;color:#1f2937;margin-bottom:.5rem}.frequency-description{font-size:.75rem;color:#6b7280;line-height:1.4;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,margin-top .3s ease;margin-top:0}.frequency-card:hover .frequency-description{max-height:200px;opacity:1;margin-top:.5rem;color:#374151}.pain-type-label{font-size:.85rem;font-weight:500;color:#1f2937;margin-bottom:.5rem}.pain-type-category{font-size:.75rem;color:#0f172a;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.pain-type-description{font-size:.3rem;color:#6b7280;max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease,margin-top .3s ease;margin-top:0}.pain-type-card:hover .pain-type-description{max-height:200px;opacity:1;margin-top:.5rem;color:#374151}.severity-slider{margin-top:1rem}.severity-image-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;height:200px;position:relative}.severity-description{text-align:center;font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.severity-image{width:180px;height:180px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 4px 12px #00000026;border:4px solid #0891b2;position:absolute;transition:opacity .4s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gender-selector{margin-bottom:1rem}.severity-scale{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}.severity-icon{opacity:.4;transition:opacity .3s ease,transform .3s ease}.severity-icon.active{opacity:1;transform:scale(1.1)}.severity-number{font-size:.9rem;color:#6b7280;font-weight:600}.slider-input{width:100%;height:8px;border-radius:4px;background:linear-gradient(to right,#22c55e,#eab308,#ef4444);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #0891b2;cursor:pointer;box-shadow:0 2px 8px #0003}.slider-input::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #0891b2;cursor:pointer;box-shadow:0 2px 8px #0003}.form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;justify-content:space-between}.back-btn{padding:.75rem 1.5rem;border:2px solid #d1d5db;background-color:#fff;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;color:#374151;white-space:nowrap}.back-btn:hover{background-color:#f9fafb}.next-btn{padding:.75rem 1.5rem;border:2px solid #0891b2;background-color:#0891b2;color:#fff;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.next-btn:hover{background-color:#0e7490}.next-btn:disabled{background-color:#d1d5db;cursor:not-allowed}.error-message{color:#ef4444;font-size:.85rem;margin-top:.5rem;padding:.5rem;background-color:#fee2e2;border-radius:.375rem}@media(max-width:1024px){.form-section{flex:0 1 380px;max-width:380px}.pain-type-grid{grid-template-columns:repeat(2,1fr)}.body-canvas{width:90%;height:70%;max-width:600px;max-height:650px}.draw-toggle-wrapper{right:1rem;min-width:180px}}@media(max-width:768px){.main-content{flex-direction:column;overflow-y:auto}.canvas-section{height:60vh;min-height:500px}.body-canvas{width:90%;height:75%;max-width:100%;max-height:600px}.draw-toggle-wrapper{left:1rem;right:1rem;bottom:1rem;top:auto}.draw-mode-indicator{left:1rem;right:1rem;bottom:9.5rem}.canvas-instruction{top:1rem;padding:.5rem 1rem;font-size:.85rem}.canvas-actions{bottom:1rem}.pain-mode-toggle{bottom:4rem}.form-section{width:100%;min-width:100%;max-width:100%;height:auto;min-height:50vh}}@media(max-width:1024px){.model-overlay-hud{top:.75rem;left:.75rem}.model-overlay-hud .hud-pill-stack{display:none}.mobile-hud{display:flex;flex-direction:column;gap:.5rem;pointer-events:auto}.mobile-hud-toggle{width:40px;height:40px;border-radius:999px;border:2px solid rgba(248,250,252,.9);background:#0f172ad9;color:#f8fafc;display:flex;align-items:center;justify-content:center;font-size:1.4rem;cursor:pointer}.mobile-hud-panel{margin-top:.5rem;width:260px;background:#0f172ae6;border-radius:.9rem;border:1px solid rgba(148,163,184,.5);padding:.75rem .9rem .9rem;box-shadow:0 12px 24px #0f172a59;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-hud-tabs{display:flex;gap:.4rem;margin-bottom:.6rem}.mobile-hud-tab{flex:1;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:transparent;color:#e5e7eb;font-size:.75rem;padding:.3rem .4rem;cursor:pointer}.mobile-hud-tab.active{background:#0891b2d9;border-color:#0891b2;color:#f9fafb}.mobile-hud-content{font-size:.8rem}}.current-intensity{text-align:center;margin-top:.75rem;font-weight:600;color:#0891b2;font-size:.95rem}.date-input,.select-input{width:100%;padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:.75rem;font-size:.95rem;color:#111827;background:#fff;box-sizing:border-box;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;box-shadow:0 1px 3px #0000000d}.date-input:hover,.select-input:hover{border-color:#9ca3af;box-shadow:0 2px 8px #0000001a}.date-input:focus,.select-input:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 3px #0891b226;transform:translateY(-1px)}.select-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.select-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%230891b2' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.date-input{position:relative}.date-input::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;width:20px;height:20px;position:absolute;right:.75rem}.date-input::-webkit-calendar-picker-indicator:hover{background:#0891b21a;border-radius:.25rem}.frequency-options{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.frequency-card{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s;background:#fff}.frequency-card:hover{border-color:#0891b2;background:#f0fdfa}.frequency-card.selected{border-color:#0891b2;background:#e0f2fe}.frequency-label{font-size:.9rem;color:#374151;font-weight:500}.cause-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-top:.75rem}.cause-card{padding:.85rem;border:2px solid #e5e7eb;border-radius:.65rem;text-align:center;cursor:pointer;transition:all .2s;background:#fff;font-size:.82rem;font-weight:600;color:#374151;display:flex;flex-direction:column;align-items:center;gap:.6rem;min-height:100px}.cause-card:hover{border-color:#0891b2;background:#f0fdfa}.cause-card.selected{border-color:#0891b2;background:#e0f2fe}.cause-card-icon{width:64px;height:64px;border-radius:.75rem;border:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 2px #0f172a14}.cause-card-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:.65rem;padding:.35rem}.cause-card-label{display:block;color:#1f2937;font-weight:600;line-height:1.2}.textarea-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:.9rem;resize:vertical;font-family:inherit;color:#374151;box-sizing:border-box;transition:border-color .2s;line-height:1.5}.textarea-input:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}.textarea-input::-moz-placeholder{color:#9ca3af}.textarea-input::placeholder{color:#9ca3af}.summary-section{display:flex;flex-direction:column;gap:1rem}.update-number-banner{padding:.85rem 1.2rem;border-radius:.65rem;background:#ecfeff;border:1px solid #06b6d4;color:#0f172a;font-size:.95rem;font-weight:600}.summary-card{padding:1.25rem;background:#f9fafb;border-radius:.5rem;border-left:4px solid #0891b2}.summary-heading{margin:0 0 1rem;color:#111827;font-size:1.125rem;font-weight:600}.summary-card p{margin:.5rem 0;color:#6b7280;font-size:.9rem;line-height:1.5}.summary-card p strong{color:#374151;font-weight:600}.final-actions{display:flex;gap:1rem;align-items:center}.draft-btn,.submit-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;margin-top:0}.draft-btn{background:#fff;border:2px solid #0891b2;color:#0891b2}.draft-btn:hover{background:#f0fdfa}.draft-btn:disabled{background:#f9fafb;border-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.submit-btn{background:#0891b2;border:2px solid #0891b2;color:#fff}.submit-btn:hover{background:#0e7490;border-color:#0e7490}.submit-btn:disabled{background:#d1d5db;border-color:#d1d5db;cursor:not-allowed}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.detail-header h1{flex:1;text-align:center;margin:0}.detail-header .back-btn,.detail-header .save-btn{flex:0 0 auto}.pain-detail-container{min-height:100vh;background-color:#f3f4f6;padding-top:64px}.detail-content{margin:2rem auto;padding:0 2rem;margin-bottom:0}.version-switcher{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.version-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:999px;border:1px solid #d1d5db;background-color:#f9fafb;font-size:.8rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.version-pill:hover{background-color:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}.version-pill.active{background-color:#1d4ed8;border-color:#1d4ed8;color:#fff}.version-pill-label{font-weight:600}.version-pill-status{padding:.05rem .4rem;border-radius:999px;font-size:.7rem;text-transform:capitalize}.version-pill-status.status-reviewed{background-color:#bbf7d0;color:#166534}.version-pill-status.status-submitted{background-color:#dbeafe;color:#1e40af}.version-pill-status.status-draft,.version-pill-status.status-unknown{background-color:#e5e7eb;color:#374151}.hud-pill-stack{display:flex;flex-direction:column;gap:.4rem;width:230px;pointer-events:auto}.hud-pill{width:100%;box-sizing:border-box;background:#0f172ad9;border-radius:1rem;border:1px solid rgba(148,163,184,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:box-shadow .2s ease}.hud-pill.open{box-shadow:0 12px 24px #0f172a59}.hud-pill-header{all:unset;width:100%;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .9rem .65rem 1rem;cursor:pointer}.hud-pill-text{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0;color:#0891b2}.hud-summary-value{font-size:.9rem;font-weight:600;color:#f1f5f9;word-break:break-word}.hud-pill-toggle{width:30px;height:30px;border-radius:999px;border:1px solid rgba(248,250,252,.7);background:#0f172a8c;color:#f8fafc;font-size:1rem;font-weight:600;display:flex;align-items:center;justify-content:center}.hud-pill.open .hud-pill-toggle{background:#0891b273}.hud-pill-detail{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;padding:0 1rem}.hud-pill.open .hud-pill-detail{max-height:320px;opacity:1;padding-bottom:.85rem}.hud-detail-row{display:flex;align-items:center;gap:.75rem}.hud-meta-card{margin-top:.75rem;padding:.75rem .85rem;border-radius:.65rem;border:1px solid rgba(148,163,184,.25);background:#94a3b814}.hud-meta-title{margin:0 0 .3rem;font-size:.85rem;font-weight:600;color:#f8fafc}.hud-meta-description{margin:0;font-size:.75rem;color:#cbd5f5;line-height:1.45}.detail-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem}.detail-date{color:#6b7280;font-size:.95rem;margin:0 0 2rem}.pending-update-item,.pending-update-selector{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background-color:#f1f5f9;border-radius:.5rem;border:1px solid #e5e7eb;gap:.75rem}.pending-update-item{flex-direction:column;align-items:flex-start}.pending-update-text{font-size:.85rem;color:#374151;font-weight:600}.pending-update-subtext{font-size:.75rem;color:#6b7280}.pending-update-btn{border-radius:999px;border:1px solid #0f172a;padding:.25rem .9rem;font-size:.8rem;background-color:#0f172a;color:#f9fafb;cursor:pointer;transition:background .2s,transform .2s}.pending-update-btn:hover{background-color:#1e293b;transform:translateY(-1px)}.detail-layout{display:grid;grid-template-columns:400px 1fr;gap:2rem;align-items:start}.model-section{position:static;top:auto;min-width:0;width:100%}.model-section-header{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:.75rem 1rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #00000014;position:relative;z-index:1}.model-section-header h2{margin:0;font-size:1.2rem;color:#0f172a}.model-container-header{position:absolute;top:1rem;left:1rem;right:1rem;z-index:2;display:flex;justify-content:space-between;align-items:center;border-radius:.75rem;padding:.6rem 1rem}.model-container-header h2{margin:0;padding:8px;font-size:1.2rem;color:#0891b2;border-bottom:2px solid #e5e7eb;background-color:#fffb;padding-bottom:.5rem;border-top-left-radius:10px;border-top-right-radius:10px}.model-expand-btn{border:1px solid #cbd5f5;background:#fff;color:#0f172a;border-radius:.5rem;padding:.35rem .9rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.model-expand-btn:hover{background:#f1f5f9;transform:translateY(-1px)}.model-container{position:relative;background-color:#fff;border-radius:.75rem;padding:.1rem;box-shadow:0 1px 3px #0000001a;width:100%;height:600px;overflow:hidden}.model-canvas{width:100%;height:100%}.model-container.large{flex:1;height:100%;min-height:420px;padding:0}.model-container.large .model-canvas{height:100%}.patient-model-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.model-overlay{position:fixed;inset:0;background:#0f172abf;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:1000}.note-type-overlay{position:fixed;inset:0;background:#0f172aa6;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1100}.note-type-modal{background:#fff;border-radius:1rem;width:min(720px,95vw);padding:1.75rem;box-shadow:0 25px 60px #0f172a40;display:flex;flex-direction:column;gap:1.5rem}.note-type-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.note-type-kicker{margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#94a3b8;font-weight:600}.note-type-modal-header h3{margin:0;font-size:1.5rem;color:#0f172a}.note-type-subtitle{margin:.25rem 0 0;color:#475569;font-size:.95rem}.note-type-dismiss{border:none;background:#e2e8f0;color:#0f172a;border-radius:999px;padding:.4rem 1.1rem;font-weight:600;cursor:pointer;font-size:.9rem;transition:background .2s ease,color .2s ease}.note-type-dismiss:hover{background:#d1d5db}.note-type-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.note-type-card{border:1px solid #e2e8f0;border-radius:.9rem;padding:1rem;display:flex;gap:.9rem;align-items:flex-start;background:#fff;cursor:pointer;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;box-shadow:0 1px 3px #0f172a14}.note-type-card:hover{border-color:#38bdf8;box-shadow:0 8px 20px #0f172a26;transform:translateY(-2px)}.note-type-card.has-note{border-color:#10b981;box-shadow:0 10px 25px #10b98126}.note-type-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.note-type-card-icon img{width:22px;height:22px}.note-type-card-body{flex:1;display:flex;flex-direction:column;gap:.35rem}.note-type-card-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.note-type-card-title{font-weight:600;color:#0f172a;font-size:1rem}.note-type-card-status{border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:600;background:#e2e8f0;color:#475569}.note-type-card-status.filled{background:#10b9812e;color:#047857}.note-type-card-description{margin:0;color:#475569;font-size:.9rem}.note-type-card-preview{margin:.25rem 0 0;padding:.35rem .5rem;border-radius:.5rem;background:#f8fafc;font-size:.85rem;color:#1f2937;line-height:1.4}@media(max-width:640px){.note-type-modal{padding:1.25rem}.note-type-modal-header{flex-direction:column}.note-type-options{grid-template-columns:1fr}}.history-version-header{display:flex;justify-content:space-between;align-items:center;border:#0891b2;border-radius:99px;margin-top:10px;margin-bottom:10px;padding:.5rem 1rem}.model-overlay-content{background:#fff;border-radius:1rem;width:min(1200px,95vw);max-height:90vh;height:auto;padding:1.5rem;box-shadow:0 20px 45px #0f172a40;display:flex;flex-direction:column}.model-overlay-content.model-overlay-content-3d{max-height:100vh;height:90vh}.model-overlay-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.model-overlay-header h2{margin:0;font-size:1.4rem;color:#0f172a}.model-overlay-close{border:none;background:#0f172a;color:#fff;padding:.4rem 1rem;border-radius:999px;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .2s}.model-overlay-close:hover{background:#1e293b}.model-overlay-body{margin-top:1rem;flex:1 1 auto;overflow-y:auto}.model-overlay-stage{position:relative;width:100%;height:100%}.model-overlay-hud{position:absolute;top:1.5rem;left:1.5rem;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.hud-summary{width:240px;background:#0f172ab3;border-radius:.75rem;border:1px solid rgba(148,163,184,.4);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.65rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.hud-summary-item{display:flex;flex-direction:column;gap:.15rem}.hud-summary-value{font-size:.95rem;font-weight:600;color:#f1f5f9}.hud-toggle-btn{margin-top:.35rem;align-self:flex-start;border:1px solid rgba(148,163,184,.5);background:#0f172a66;color:#e2e8f0;border-radius:999px;padding:.25rem .9rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.hud-toggle-btn:hover{background:#0f172aa6;transform:translateY(-1px)}.hud-detail-grid{display:flex;flex-direction:column;gap:.5rem}.hud-card{background:#0f172abf;border-radius:.75rem;padding:.85rem 1rem;border:1px solid rgba(148,163,184,.35);width:220px;display:flex;flex-direction:column;gap:.35rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}.hud-icon{width:52px;height:52px;color:#e2e8f0;text-transform:uppercase;letter-spacing:.08em}.hud-info{display:flex;align-items:center;gap:.65rem;width:38px;height:38px}.hud-icon{width:80px;height:80px;flex-shrink:0;border-radius:.5rem;border:1px solid rgba(148,163,184,.5);background:#fff;display:flex;align-items:center;justify-content:center}.hud-icon svg{width:60px;height:60px}.hud-pain-type-img{display:block;max-width:52px;max-height:52px;width:auto;height:auto}.hud-icon.frequency{padding:.2rem}.hud-icon.severity{padding:.3rem}.hud-severity-img{width:68px;height:68px;-o-object-fit:contain;object-fit:contain}.severity-icon-placeholder{font-size:.85rem;font-weight:600;color:#94a3b8}.hud-frequency-svg{width:80px;height:50px}.hud-value{font-size:.95rem;font-weight:600;color:#f8fafc}.hud-subtext{margin:.15rem 0 0;color:#cbd5f5;font-size:.7rem}.model-container.large{flex:1;height:100%;min-height:420px}.model-overlay-stage .model-container.large{margin-top:0}.model-overlay-hud.right{left:auto;right:1.5rem}.hud-progress-container{width:300px;background:#ffffffe6;border-radius:1rem;border:1px solid rgba(216,216,216,.4);padding:1.25rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;box-shadow:0 8px 16px #0f172a59}.hud-progress-header{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(148,163,184,.25)}.hud-progress-header .hud-label{font-size:1rem;font-weight:600;color:#0891b2}.hud-progress-chart{width:100%}.hud-progress-chart svg{width:100%;height:auto}.info-sections{display:flex;flex-direction:column;margin-top:20px;gap:20px}.detail-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:-moz-fit-content;height:fit-content}.section-heading{font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;padding-bottom:.75rem;color:#0891b2;border-bottom:2px solid #e5e7eb}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.info-value-with-media{display:flex;align-items:center;gap:.5rem}.info-pain-type-img{max-width:100px;max-height:100px;-o-object-fit:contain;object-fit:contain}.info-frequency-chart{max-width:200px;max-height:200px;-o-object-fit:contain;object-fit:contain}.notes-content{background-color:#f9fafb;padding:1rem;border-radius:.5rem;border-left:4px solid #0891b2;color:#374151;line-height:1.6;white-space:pre-wrap}.notes-version-item+.notes-version-item{margin-top:.5rem}.notes-version-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;cursor:pointer;font-size:.85rem;color:#1f2937}.notes-version-label{font-weight:600}.notes-version-date{font-size:.8rem;color:#6b7280}.notes-version-toggle{font-weight:600;font-size:1rem}.notes-version-body{margin-top:.25rem;padding:.5rem .75rem;background:#fff;border-radius:.375rem;border:1px solid #e5e7eb;white-space:pre-wrap}.detail-footer{text-align:center;padding:1.5rem 0}@media(max-width:1024px){.detail-layout{grid-template-columns:1fr}.model-section{position:static;top:auto;min-width:0;width:100%;margin-top:20px}.model-container{height:500px}}@media(max-width:768px){.detail-content{padding:0 1rem}.model-section{position:static;top:auto;min-width:0;width:100%;margin-top:20px}.info-grid{grid-template-columns:1fr;gap:1rem}.detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.detail-title{font-size:1.5rem}.model-container{height:450px}}.detail-layout.three-column{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:2rem;align-items:start}@media(min-width:1201px){.detail-layout.three-column .model-section{position:sticky;top:80px;min-width:500px;margin-top:20px}}.save-btn{background:#0891b2;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .2s}.save-btn:hover{background:#0e7490}.assessment-column{margin-top:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:20px;height:-moz-fit-content;height:fit-content}.assessment-sections{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:-moz-fit-content;height:fit-content}.assessment-header{margin-bottom:1.5rem}.tab-buttons{display:flex;gap:.5rem;margin-top:1rem;background:#f9fafb;padding:.25rem;border-radius:8px;width:-moz-fit-content;width:fit-content}.tab-btn{padding:.5rem 1.5rem;border:none;background:transparent;color:#6b7280;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s;font-size:.9rem}.tab-btn.active{background:#fff;color:#0891b2;box-shadow:0 1px 2px #0000001a;font-weight:600}.tab-content{margin-top:1rem}.pain-progress-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.pain-progress-title{margin:0 0 .75rem;font-size:1.2rem;font-weight:700;color:#111827}.pain-progress-empty{display:flex;flex-direction:column;gap:.6rem;padding:1rem 1.25rem;border:1px dashed #d1d5db;border-radius:10px;background:#f9fafb;color:#1f2937;font-size:1rem}.pain-progress-intensity-header{display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;font-size:.78rem;letter-spacing:.05em;color:#6b7280}.pain-progress-intensity-date{font-size:.78rem;color:#9ca3af}.pain-progress-intensity-row{display:flex;align-items:flex-end;gap:.35rem}.pain-progress-intensity-value{font-size:2.4rem;font-weight:700;line-height:1;padding:.35rem 1.1rem;border-radius:999px}.pain-progress-intensity-value.intensity-low{background:#ecfdf5;color:#047857}.pain-progress-intensity-value.intensity-medium{background:#fef3c7;color:#b45309}.pain-progress-intensity-value.intensity-high{background:#fee2e2;color:#b91c1c}.pain-progress-intensity-value.intensity-na{background:#e5e7eb;color:#4b5563}.pain-progress-intensity-scale{font-size:1rem;color:#6b7280;margin-bottom:.25rem}.pain-progress-message{margin:0;font-size:.95rem;color:#6b7280}.pain-progress-chart{width:100%;height:auto;display:block;padding-right:10px}.pain-progress-axis,.pain-progress-tick{stroke:#9ca3af;stroke-width:1}.pain-progress-tick-label{fill:#6b7280;font-size:14px}.pain-progress-axis-label{fill:#374151;font-size:14px;font-weight:600}.pain-progress-line{stroke-width:2.5}.pain-progress-point{fill:none;stroke-width:1.5}.pain-progress-point-fallback{fill:#f9fafb;stroke-width:1}.pain-progress-x-label{fill:#6b7280;font-size:13px}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:#374151;font-size:.9rem}.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.9rem;resize:vertical;transition:border-color .2s;line-height:1.5}.form-textarea:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}.radio-group-vertical{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.radio-group-vertical .radio-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s}.radio-group-vertical .radio-option:hover{border-color:#0891b2;background-color:#f0f9ff}.radio-group-vertical .radio-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#0891b2}.radio-group-vertical .radio-option input[type=radio]:checked+label{color:#0891b2;font-weight:600}.radio-group-vertical .radio-option label{cursor:pointer;font-size:.95rem;color:#374151;margin:0}.patient-update-summary{margin-top:.75rem;display:flex;flex-direction:column;gap:.85rem;border:1px solid #e2e8f0;border-radius:.85rem;padding:1rem 1.25rem;background:#f8fafc}.patient-update-pill{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .9rem;border-radius:.7rem;border:1px solid #e2e8f0;background:#fff}.patient-update-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.patient-update-value{font-size:1rem;font-weight:600;color:#0f172a}.patient-update-next{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;border-radius:.85rem;border:1px solid #c7d2fe;background:#eef2ff}.patient-update-next.overdue{border-color:#fecaca;background:#fef2f2}.patient-update-next-label{margin:0;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase;color:#475569}.patient-update-next-value{margin:.2rem 0 0;font-size:1rem;font-weight:600;color:#0f172a}.patient-update-next-relative{font-size:.85rem;font-weight:500;color:#6366f1}.patient-update-frequency-chip{align-self:center;padding:.35rem .8rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#1e3a8a;color:#f1f5f9}.patient-update-meta{margin:0;font-size:.85rem;color:#64748b}.patient-update-empty{margin:0;font-size:.9rem;color:#475569}@media(max-width:1200px){.detail-layout.three-column{grid-template-columns:1fr}.model-container{height:500px}}@media(max-width:600px){.model-container{height:380px}}.patient-report-container{min-height:100vh;background-color:#f3f4f6;padding-top:64px}.patient-report-content{max-width:1500px;margin:2rem auto;padding:0 2rem}.patient-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.back-btn{background-color:#fff;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.back-btn:hover{background-color:#f9fafb;transform:translate(-2px)}.status-badge-container{display:flex;gap:.5rem;align-items:center}.status-actions-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.patient-report-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.manage-btn{border:1px solid #0369a1;background:#0ea5e9;color:#f0f9ff;border-radius:999px;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.manage-btn:hover:not(:disabled){background:#0284c7;transform:translateY(-1px)}.manage-btn.danger{border-color:#b91c1c;background:#dc2626}.manage-btn.danger:hover:not(:disabled){background:#b91c1c}.manage-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.status-badge{padding:.5rem 1rem;border-radius:.5rem;font-size:.85rem;font-weight:600}.status-badge.draft{background-color:#fef3c7;color:#92400e}.status-badge.submitted{background-color:#dbeafe;color:#1e40af}.status-badge.reviewed{background-color:#d1fae5;color:#065f46}.review-link-btn{border:1px solid #0f172a;background:#0f172a;color:#f8fafc;border-radius:999px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.review-link-btn:hover{background:#1e293b;transform:translateY(-1px)}.add-update-btn{border:1px solid #16a34a;background:#16a34a;color:#f8fafc;border-radius:999px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.add-update-btn:hover{background:#15803d;transform:translateY(-1px)}.patient-report-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem}.patient-report-date{color:#6b7280;font-size:.95rem;margin:0 0 2rem}.patient-report-layout{display:grid;grid-template-columns:minmax(360px,2fr) minmax(540px,3fr);gap:3rem;align-items:start}.patient-model-section,.patient-info-sections{min-width:0}.patient-model-section{display:flex;flex-direction:column;gap:1rem}.patient-model-container{position:relative;background-color:#fff;border-radius:.75rem;padding:.1rem;box-shadow:0 1px 3px #0000001a;height:500px;width:100%;max-width:100%;overflow:hidden}.patient-model-legend{margin-top:10px;background-color:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.legend-item{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.legend-item:last-child{margin-bottom:0}.legend-color{width:24px;height:24px;border-radius:4px;border:2px solid #e5e7eb}.legend-color.main{background-color:#ef4444}.legend-color.radiating{background-color:#f97316}.legend-item span{font-size:.9rem;color:#374151;font-weight:500}.patient-info-sections{display:flex;flex-direction:column;gap:1.5rem}.patient-info-section{background-color:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:0;box-shadow:0 1px 3px #0000001a}.patient-section-heading{font-size:1.25rem;font-weight:600;color:#0891b2;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.patient-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item.full-width{grid-column:1 / -1}.info-label{font-size:.85rem;color:#6b7280;font-weight:500}.info-value{font-size:1rem;color:#111827;font-weight:400}.info-value.capitalize{text-transform:capitalize}.cause-value-with-icon{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cause-icon{width:72px;height:72px;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;background-color:#f8fafc;padding:.35rem;box-shadow:0 1px 2px #0f172a1a}.pain-type-value{display:inline-flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.pain-type-icon{width:78px;height:78px;border-radius:.75rem;border:1px solid #e5e7eb;background-color:#f8fafc;padding:.35rem;box-shadow:0 2px 5px #0f172a14;-o-object-fit:contain;object-fit:contain}.pain-type-label-text{font-weight:600;color:#0f172a}.pain-type-description{font-size:.9rem;color:#4b5563;margin-top:.2rem}.frequency-value-with-icon{display:inline-flex;align-items:center;gap:1rem;flex-wrap:wrap}.frequency-icon{width:136px;max-width:160px;border-radius:.5rem;border:1px solid #e5e7eb;background-color:#f8fafc;padding:.4rem;-o-object-fit:contain;object-fit:contain;box-shadow:0 1px 3px #0f172a14}.frequency-label-text{font-weight:600;color:#111827}.frequency-description-text{font-size:.9rem;color:#4b5563;margin-top:.2rem}.intensity-badge{display:inline-block;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:1rem;width:-moz-fit-content;width:fit-content}.intensity-badge.high{background-color:#fee2e2;color:#991b1b}.intensity-badge.medium{background-color:#fef3c7;color:#92400e}.intensity-badge.low{background-color:#d1fae5;color:#065f46}.patient-notes-content{background-color:#f9fafb;padding:1rem;border-radius:.5rem;border-left:4px solid #0891b2;color:#374151;line-height:1.6;white-space:pre-wrap}.patient-report-footer{text-align:center;padding:1.5rem 0}.last-updated{color:#9ca3af;font-size:.85rem;margin:0}.loading-state,.error-state{text-align:center;padding:3rem 2rem;background-color:#fff;border-radius:.75rem;color:#6b7280;font-size:1rem;box-shadow:0 1px 3px #0000001a}.error-state{color:#ef4444}@media(max-width:1280px){.patient-report-layout{grid-template-columns:minmax(320px,2fr) minmax(480px,3fr);gap:2rem}}@media(max-width:1024px){.patient-report-layout{grid-template-columns:1fr;gap:2rem}.patient-model-container{height:400px}}@media(max-width:768px){.patient-report-content{padding:0 1rem}.patient-info-grid{grid-template-columns:1fr;gap:1rem}.patient-report-header{flex-direction:column;align-items:flex-start;gap:1rem}.status-actions-wrapper{width:100%;align-items:flex-start}.patient-report-actions{justify-content:flex-start}.patient-report-title{font-size:1.5rem}.patient-model-container{height:350px}}.select-doc-container{min-height:100vh;background-color:#f5f7fa;padding-top:80px}.select-doc-content{max-width:900px;margin:0 auto;padding:40px 20px}.select-doc-header{text-align:center;margin-bottom:40px}.select-doc-header h1{font-size:32px;font-weight:600;color:#0284c7;margin:0 0 8px}.select-doc-header p{font-size:16px;color:#64748b;margin:0}.select-doc-content .search-box{background:#fff;border-radius:16px;padding:30px;box-shadow:0 1px 3px #0000001a;margin-bottom:30px;display:flex;flex-direction:column;gap:16px;max-width:600px;margin-left:auto;margin-right:auto}.select-doc-content .search-input-group{position:relative;display:flex;align-items:center}.select-doc-content .search-input{width:100%;padding:14px 16px 14px 46px;border:1px solid #e2e8f0;border-radius:8px;font-size:15px;color:#334155;background-color:#f8fafc;transition:all .2s}.select-doc-content .search-input:focus{outline:none;border-color:#0284c7;background-color:#fff}.select-doc-content .search-input::-moz-placeholder{color:#94a3b8}.select-doc-content .search-input::placeholder{color:#94a3b8}.select-doc-content .input-icon{position:absolute;left:14px;color:#94a3b8;pointer-events:none}.select-doc-content .dropdown-icon{position:absolute;right:14px;color:#94a3b8;pointer-events:none}.select-doc-content .search-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px}.search-btn:hover{background:linear-gradient(135deg,#0d9488,#0f766e);transform:translateY(-1px);box-shadow:0 4px 12px #14b8a64d}.search-btn:active{transform:translateY(0)}.search-btn svg{width:18px;height:18px}.filter-tabs{display:flex;gap:12px;margin-bottom:30px;flex-wrap:wrap}.filter-tab{padding:10px 24px;border:1px solid #e2e8f0;background:#fff;border-radius:50px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.filter-tab:hover{border-color:#0284c7;color:#0284c7}.filter-tab.active{background:#0284c7;color:#fff;border-color:#0284c7}.doctors-list{display:flex;flex-direction:column;gap:16px}.doctor-card{background:#fff;border-radius:12px;padding:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #00000014;transition:all .2s}.doctor-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.doctor-info h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 6px}.doctor-specialization{font-size:14px;color:#64748b;margin:0}.doctor-email{font-size:14px;color:#64748b;margin:4px 0 0}.select-btn{padding:10px 28px;background:#0284c7;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.select-btn:hover{background:#0369a1;transform:translateY(-1px);box-shadow:0 4px 8px #0284c74d}.select-btn:active{transform:translateY(0)}.select-btn:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.loading-message,.error-message,.success-message,.no-doctors-message{padding:16px 20px;border-radius:8px;margin-bottom:20px;text-align:center}.loading-message{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.error-message{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.success-message{background:#d1fae5;color:#059669;border:1px solid #a7f3d0}.no-doctors-message{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;padding:40px 20px}.no-doctors-message p{margin:0;font-size:16px}.skip-section{text-align:center;margin-top:30px}.skip-link{background:none;border:none;color:#64748b;font-size:14px;cursor:pointer;text-decoration:underline;padding:8px 16px;transition:color .2s}.skip-link:hover{color:#0284c7}@media(max-width:768px){.select-doc-content{padding:30px 16px}.select-doc-header h1{font-size:26px}.search-box{padding:20px}.doctor-card{flex-direction:column;align-items:flex-start;gap:16px}.select-btn{width:100%}.filter-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.filter-tab{white-space:nowrap}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.min-h-screen{min-height:100vh}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.capitalize{text-transform:capitalize}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
