:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#111827;line-height:1.5}#root{width:100%;min-height:100vh}button{font-family:inherit;cursor:pointer}button:focus{outline:2px solid #3b82f6;outline-offset:2px}svg{display:block}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;display:flex;flex-direction:column}.house-3d-main{width:100%;height:100%;display:flex;flex-direction:column;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.house-3d-container{position:relative;flex:1;width:100%;height:100%;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);overflow:hidden;display:flex;align-items:center;justify-content:center}.house-3d-container canvas{width:100%!important;height:100%!important;object-fit:contain}.loading-overlay,.error-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f9ffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-overlay p,.error-overlay p{font-size:16px;color:#6b7280;margin-bottom:16px}.error-overlay button{padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px}.error-overlay button:hover{background:#059669}.controls-info{position:absolute;bottom:20px;left:20px;display:flex;flex-direction:column;gap:8px;z-index:20}.zoom-control{display:flex;flex-direction:column;gap:8px;padding:12px;background:#ffffffe6;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.zoom-control label{font-size:12px;font-weight:600;color:#374151;margin:0}.zoom-slider{width:200px;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;appearance:none}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#10b981;cursor:pointer;box-shadow:0 2px 6px #0003}.zoom-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#10b981;cursor:pointer;border:none;box-shadow:0 2px 6px #0003}.control-item{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ffffffe6;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.control-key{font-size:12px;font-weight:600;color:#374151;min-width:60px}.control-desc{font-size:12px;color:#6b7280}.house-3d-main.mobile-layout,.house-3d-main.mobile-layout .house-3d-container{width:100vw;height:100vh}.behavioral-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.behavioral-modal-content{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}.behavioral-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0;gap:16px;border-top-left-radius:20px;border-top-right-radius:20px}.behavioral-modal-header>div:first-child{flex:1;display:flex;flex-direction:column;gap:8px}.behavioral-modal-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.behavioral-modal-profile-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;font-size:12px;color:#1e40af;font-weight:500}.behavioral-modal-profile-badge svg{color:#3b82f6;flex-shrink:0}.behavioral-modal-close{background:#f1f5f9;border:none;padding:8px;border-radius:8px;cursor:pointer;color:#64748b;transition:all .2s;display:flex;align-items:center;justify-content:center}.behavioral-modal-close:hover{background:#e2e8f0;color:#0f172a}.behavioral-modal-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.behavioral-modal-text{font-size:.95rem;line-height:1.6;color:#374151;margin:0;padding:12px;background:#f8fafc;border-radius:8px;border-left:3px solid #10b981}@media(max-width:768px){.behavioral-modal-content{max-width:90%}.behavioral-modal-title{font-size:1.125rem}.behavioral-modal-text{font-size:.875rem}.behavioral-modal-explanation-text{font-size:.8125rem}.behavioral-modal-explanation-label{font-size:.6875rem}}.profile-info-card{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.profile-info-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.profile-info-title{margin:0;font-size:16px;font-weight:700;color:#1e293b}.profile-edit-button{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center}.profile-edit-button:hover{background:#e2e8f0;color:#475569}.profile-info-badges{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.profile-badge{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s}.profile-badge:hover{border-color:#10b981;box-shadow:0 2px 4px #10b9811a}.profile-badge-icon{font-size:20px;flex-shrink:0}.profile-badge-content{display:flex;flex-direction:column;gap:2px;flex:1}.profile-badge-label{font-size:11px;color:#64748b;font-weight:500}.profile-badge-value{font-size:13px;color:#1e293b;font-weight:600}.profile-info-note{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#eff6ff;border-radius:6px;border:1px solid #bfdbfe;margin-top:12px}.profile-info-note svg{color:#3b82f6;flex-shrink:0}.profile-info-note span{font-size:12px;color:#1e40af;font-weight:500}.profile-info-empty{text-align:center;padding:24px}.profile-info-empty p{margin:0 0 16px;color:#64748b;font-size:14px}.profile-setup-button{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.profile-setup-button:hover{background:#059669}.profile-info-empty-state{text-align:center;padding:16px}.profile-info-empty-state p{margin:0 0 12px;color:#64748b;font-size:13px}.profile-setup-button-small{padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s}.profile-setup-button-small:hover{background:#059669}.dust-info-container{margin-bottom:0}.dust-info-header{margin-bottom:16px}.dust-info-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 16px}.location-text{margin:0 0 8px;font-size:12px;color:#64748b}.time-text{margin:0 0 16px;font-size:12px;color:#64748b}.dust-data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.dust-item{text-align:center;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.dust-label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.dust-value{font-size:22px;font-weight:700;margin-bottom:4px;line-height:1;word-break:break-all}.dust-grade{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.dust-legend{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.legend-item{display:flex;align-items:center;gap:4px;font-size:10px;color:#64748b}.legend-color{width:10px;height:10px;border-radius:2px;border:1px solid rgba(0,0,0,.1)}.dust-loading{text-align:center;padding:40px 20px;color:#64748b}.dust-error{text-align:center;padding:20px;color:#ef4444;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.dust-no-data{text-align:center;padding:20px;color:#64748b;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.loading-spinner{width:16px;height:16px;border:2px solid #e2e8f0;border-top:2px solid #10b981;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.dust-data-grid{grid-template-columns:1fr;gap:12px}.dust-item{padding:12px}.dust-value{font-size:20px}.dust-legend{gap:8px}.legend-item{font-size:10px}.legend-color{width:10px;height:10px}}.smart-home-dashboard{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0;height:64px;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:16px}.brand-logo{display:flex;align-items:center;gap:8px;padding:8px 12px 8px 0;color:#10b981;font-weight:700;font-size:16px}.address{display:flex;align-items:center;gap:6px;color:#000;font-size:14px}.address svg{color:#10b981}.header-center{display:flex;align-items:center;gap:24px}.sidebar-toggle{background:none;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s}.sidebar-toggle:hover{background:#f1f5f9}.header-right{display:flex;align-items:center;gap:16px}.user-profile{display:flex;align-items:center;gap:8px;color:#475569;font-weight:500;font-size:14px}.user-profile span{display:none}.profile-avatar{position:relative}.avatar-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:12px}.dashboard-content{display:flex;flex:1;overflow:hidden;height:calc(100vh - 64px)}.smart-home-dashboard.mobile-layout .dashboard-content{flex-direction:column}.smart-home-dashboard.mobile-layout .main-content{flex:1;width:100%}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;position:relative}.mood-and-button-container{position:absolute;top:20px;right:20px;display:flex;flex-direction:column;align-items:flex-end;gap:12px;z-index:30}.dust-mood-overlay{padding:16px 20px;border-radius:16px;border:2px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .3s ease-in-out;animation:moodAppear .5s ease-out;width:fit-content;box-sizing:border-box}.dust-mood-overlay:hover{transform:scale(1.05);box-shadow:0 12px 40px #00000026}.mood-emoji{font-size:48px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.mood-text{font-size:14px;font-weight:600;text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.1)}@keyframes moodAppear{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1023px){.mood-emoji{font-size:36px}.mood-text{font-size:12px}}.quick-behavioral-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 20px;border:2px solid;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;animation:buttonAppear .5s ease-out;width:fit-content;white-space:normal;word-break:keep-all;line-height:1.3;text-align:center;box-sizing:border-box;min-width:0}.quick-behavioral-button span{flex:1;min-width:0}.quick-behavioral-button:hover{transform:scale(1.05);box-shadow:0 12px 40px #00000026}.quick-behavioral-button:active{transform:scale(1);box-shadow:0 8px 32px #0000001a}.quick-behavioral-button svg{flex-shrink:0;width:18px;height:18px}@keyframes buttonAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.mood-and-button-container{top:10px;right:10px}.dust-mood-overlay{padding:12px 16px}.quick-behavioral-button{padding:12px 16px;font-size:12px}}.mobile-dust-control-toggle{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;box-shadow:0 4px 16px #10b98166;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:all .3s ease}.mobile-dust-control-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #10b98180}.mobile-dust-control-toggle:active{transform:scale(.95)}.mobile-dust-control-panel{position:fixed;bottom:90px;right:20px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;padding:16px;z-index:99;min-width:200px;animation:panelSlideUp .3s ease-out}@keyframes panelSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-dust-control-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.mobile-dust-control-header span{font-size:14px;font-weight:600;color:#1e293b}.mobile-dust-control-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.mobile-dust-control-close:hover{background:#f1f5f9}.mobile-dust-control-buttons{display:flex;flex-direction:column;gap:8px}.mobile-dust-button{padding:10px 16px;font-size:13px;font-weight:600;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s;text-align:center}.mobile-dust-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0003}.mobile-dust-button:active{transform:translateY(0)}.mobile-dust-button.active{box-shadow:0 0 0 3px #ffffff80,0 4px 12px #0000004d;font-weight:700}.profile-overlay-mobile{position:absolute;top:10px;left:10px;z-index:30;max-width:calc(100vw - 20px);animation:profileAppear .5s ease-out}@keyframes profileAppear{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1023px){.profile-overlay-mobile .profile-info-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #00000026;border:1px solid rgba(255,255,255,.8);padding:8px;max-width:160px}.profile-overlay-mobile .profile-info-header{margin-bottom:8px}.profile-overlay-mobile .profile-info-title{font-size:11px;font-weight:700}.profile-overlay-mobile .profile-edit-button{padding:2px;width:14px;height:14px}.profile-overlay-mobile .profile-edit-button svg{width:12px;height:12px}.profile-overlay-mobile .profile-info-badges{gap:6px;margin-bottom:6px}.profile-overlay-mobile .profile-badge{padding:4px 6px;gap:6px}.profile-overlay-mobile .profile-badge-icon{font-size:14px;flex-shrink:0}.profile-overlay-mobile .profile-badge-content{gap:1px;min-width:0}.profile-overlay-mobile .profile-badge-label{font-size:9px;line-height:1.2}.profile-overlay-mobile .profile-badge-value{font-size:10px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-overlay-mobile .profile-info-note{padding:4px 6px;margin-top:6px;gap:4px}.profile-overlay-mobile .profile-info-note svg{width:10px;height:10px;flex-shrink:0}.profile-overlay-mobile .profile-info-note span{font-size:9px;line-height:1.3}}.right-sidebar{width:300px;background:#fff;border-left:1px solid #e2e8f0;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:32px;transition:all .3s ease;position:relative}.right-sidebar.collapsed{width:0;padding:0;border-left:none;overflow:hidden}.right-sidebar.mobile-overlay{position:fixed;top:0;right:0;height:100vh;width:280px;z-index:1000;box-shadow:-4px 0 20px #00000026;transform:translate(100%);border-left:none}.right-sidebar.mobile-overlay:not(.collapsed){transform:translate(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.sidebar-header h2{font-size:20px;font-weight:700;color:#1e293b;margin:0}.sidebar-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.sidebar-close:hover{background:#f1f5f9}.sidebar-content{display:flex;flex-direction:column;gap:24px;padding-right:8px}.location-info-section{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.location-info-section h3{margin:0 0 16px;font-size:16px;font-weight:700;color:#1e293b}.loading-state{display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px;color:#64748b}.loading-spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top:2px solid #10b981;border-radius:50%;animation:spin 1s linear infinite}.error-state{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ef4444;text-align:center}.location-details{display:flex;flex-direction:column;gap:8px}.location-address{margin:0;font-size:14px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:6px}.location-time{margin:0;font-size:12px;color:#64748b}.sidebar-toggle-expanded{position:fixed;top:50%;right:20px;transform:translateY(-50%);background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;color:#64748b;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:all .2s ease;z-index:100}.sidebar-toggle-expanded:hover{background:#f8fafc;color:#475569;transform:translateY(-50%) scale(1.05)}.activity-section{margin-bottom:0}.activity-section h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px}.activity-date{font-size:12px;color:#64748b;margin-bottom:16px}.calendar{background:#f8fafc;border-radius:8px;padding:12px;margin-bottom:20px}.calendar-header{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.day{text-align:center;font-size:10px;color:#64748b;font-weight:500}.calendar-dates{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.date{text-align:center;font-size:12px;color:#475569;padding:4px;border-radius:4px;cursor:pointer;transition:background-color .2s}.date:hover{background:#e2e8f0}.date.active{background:#10b981;color:#fff}.mission-checklist{display:flex;flex-direction:column;gap:12px}.mission-item{display:flex;align-items:center;gap:12px}.mission-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#10b981;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:2px solid #e2e8f0;border-radius:4px;flex-shrink:0}.mission-checkbox:checked{background:#10b981;border-color:#10b981;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-size:contain}.mission-label{flex:1;cursor:pointer;display:flex;align-items:center}.mission-text{font-size:14px;color:#1e293b;transition:all .2s}.mission-checkbox:checked+.mission-label .mission-text{color:#64748b;text-decoration:line-through}.mission-item.mission-recommended{background:#f0fdf4;border-radius:8px;padding:8px;border:1px solid #bbf7d0}.mission-priority-badge{font-size:14px;margin-right:6px;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.interactive-icons{position:absolute;inset:0;pointer-events:none;z-index:10}.interactive-icon{position:absolute;pointer-events:all;cursor:pointer;transition:transform .2s}.interactive-icon:hover{transform:scale(1.1)}.icon-background{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026}.icon-background.green{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.mobile-sidebar-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.icon-background.purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.icon-background.dark{background:linear-gradient(135deg,#374151,#1f2937);color:#fff}.profile-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.profile-modal-content{background:#fff;border-radius:16px;max-width:480px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e2e8f0}.profile-modal-header h2{margin:0;font-size:24px;font-weight:700;color:#1f2937}.profile-modal-close{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;transition:color .2s}.profile-modal-close:hover{color:#1f2937}.profile-modal-body{padding:24px}.profile-modal-body p{margin:0 0 24px;color:#6b7280;font-size:16px;line-height:1.6}.profile-modal-button{width:100%;padding:14px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.profile-modal-button:hover{background:#059669}.behavioral-modal-content-all{max-width:700px;max-height:85vh;overflow:hidden}.behavioral-modal-content-all .behavioral-modal-header{border-top-left-radius:20px;border-top-right-radius:20px}.behavioral-modal-subtitle{margin:8px 0 0;font-size:14px;color:#64748b;font-weight:400}.behavioral-modal-body-all{display:flex;flex-direction:column;gap:24px;padding:24px}.behavioral-guide-section{background:#f8fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.behavioral-guide-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:12px}.behavioral-guide-title{font-size:18px;font-weight:700;color:#1e293b;margin:0}.behavioral-guide-content{display:flex;flex-direction:column;gap:12px}.behavioral-guide-section .behavioral-modal-text{margin:0;padding:10px 12px;background:#fff;border-radius:8px;border-left:3px solid #10b981}.behavioral-modal-action{font-weight:500;margin-bottom:8px}.behavioral-modal-link{color:#10b981;text-decoration:none;font-weight:600;margin-left:8px;transition:color .2s;display:inline-block;margin-top:4px}.behavioral-modal-link:hover{color:#059669;text-decoration:underline}.behavioral-modal-explanation-label{font-size:.75rem;font-weight:600;margin-top:12px;margin-bottom:6px;display:block}.behavioral-modal-explanation-text{font-size:.875rem;line-height:1.6;color:#475569;margin:4px 0 0}.behavioral-modal-explanation-label-purpose{color:#2563eb}.behavioral-modal-explanation-label-evidence{color:#16a34a}.behavioral-modal-explanation-label-mechanism{color:#d97706}.behavioral-modal-explanation-label-warning{color:#dc2626}@media(max-width:768px){.behavioral-modal-content-all{max-width:95%;max-height:90vh}.behavioral-modal-body-all{gap:16px;padding:16px}.behavioral-guide-section{padding:16px}.behavioral-modal-explanation-text{font-size:.8125rem}.behavioral-modal-explanation-label{font-size:.6875rem}.behavioral-guide-title{font-size:16px}.behavioral-guide-header{flex-direction:column;align-items:flex-start}}.toast{position:fixed;bottom:32px;right:32px;background:#fff;border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 40px #0003;z-index:10000;animation:toastSlideIn .3s ease-out;min-width:300px;max-width:400px}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{color:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-message{flex:1;font-size:.9375rem;font-weight:500;color:#0f172a}.toast-close{background:none;border:none;padding:4px;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.toast-close:hover{background:#f1f5f9;color:#64748b}@media(max-width:768px){.toast{bottom:24px;right:16px;left:16px;min-width:auto;max-width:none}}.smart-home-profile{width:100vw;height:100vh;background:#f8f9fa;display:flex;flex-direction:column;overflow:hidden}.profile-page-header{display:flex;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #e2e8f0;height:64px;box-sizing:border-box;flex-shrink:0}.profile-header-left{display:flex;align-items:center;gap:12px}.back-button-header{background:none;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.back-button-header:hover{background:#f1f5f9;color:#10b981}.profile-page-header .brand-logo{display:flex;align-items:center;gap:8px;padding:8px 12px 8px 0;color:#10b981;font-weight:700;font-size:16px}.profile-content-wrapper{flex:1;overflow-y:auto;background:#fff}.cover-image{width:100%;height:180px;position:relative;overflow:hidden;background:linear-gradient(135deg,#10b981,#059669)}.cover-gradient{width:100%;height:100%;background:linear-gradient(135deg,#10b981,#059669);position:relative}.cover-gradient:before{content:"";position:absolute;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:wave 20s infinite linear}@keyframes wave{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.profile-header-section-simple{padding:1rem 1.5rem;display:flex;align-items:center;gap:1.5rem;position:relative;margin-top:-50px;z-index:1}.profile-avatar-large{flex-shrink:0}.avatar-circle-large{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);border:3px solid white;box-shadow:0 4px 12px #0000001a}.profile-name-edit{display:flex;align-items:center;flex:1}.profile-name-only{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;display:flex;align-items:center;gap:8px}.edit-name-button{background:#10b98126;border:none;padding:6px;color:#10b981;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.edit-name-button:hover{background:#10b981;color:#fff;transform:scale(1.05)}.name-edit-input{font-size:1.5rem;font-weight:700;color:#1a1a1a;border:2px solid #10b981;border-radius:10px;padding:4px 12px;font-family:inherit;outline:none;background:#fff!important;transition:all .2s}.name-edit-input:focus{border-color:#059669;box-shadow:0 0 0 3px #10b9811a}.profile-content-grid{padding:1.5rem 2rem;min-height:0}.profile-sidebar{display:flex;flex-direction:column;gap:1rem}.info-card{background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.info-card h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.info-card p{font-size:.9375rem;color:#666;line-height:1.6;margin:0 0 1rem}.profile-category-card{background:#f8f9fa;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.profile-category-card .category-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.category-options{display:flex;flex-wrap:wrap;gap:.5rem}.option-chip{padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#64748b;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:flex-start}.option-chip:hover{border-color:#10b981;color:#10b981}.option-chip.selected{background:#10b981;border-color:#10b981;color:#fff}.recommendation-text{font-size:.75rem;color:#94a3b8;margin-top:.25rem;line-height:1.4}.option-chip.selected .recommendation-text{color:#ffffffe6}.save-section{padding:1rem;border-top:1px solid #e2e8f0;display:flex;justify-content:center}.save-button-large{padding:.875rem 2.5rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.save-button-large:hover{background:#059669}.profile-page-mobile{width:100vw;height:100vh;background:#f8f9fa;padding:1rem;overflow-y:auto}.profile-container-mobile{background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 1px 3px #0000001a}.back-button-mobile{background:none;border:none;cursor:pointer;color:#10b981;margin-bottom:1.5rem;padding:.5rem;display:inline-flex;align-items:center;justify-content:center}.profile-header-mobile{text-align:center;margin-bottom:2rem}.profile-picture-wrapper{position:relative;display:inline-block;margin-bottom:1rem}.profile-picture-mobile{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);margin:0 auto}.mobile-name-edit{display:flex;justify-content:center;margin:.5rem 0}.mobile-name-input{font-size:1.5rem;font-weight:700;color:#1a1a1a;border:2px solid #10b981;border-radius:12px;padding:10px 20px;text-align:center;font-family:inherit;outline:none;width:85%;background:#fff;transition:all .2s}.mobile-name-input:focus{border-color:#059669;box-shadow:0 0 0 3px #10b9811a}.edit-name-button-mobile{background:#10b98126;border:none;padding:6px;color:#10b981;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.edit-name-button-mobile:hover{background:#10b981;color:#fff;transform:scale(1.05)}.user-name-mobile{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:.5rem 0}.profile-categories-mobile{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mobile-actions{display:flex;justify-content:center}.save-button-mobile{width:100%;padding:1rem;background:#10b981;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.save-button-mobile:hover{background:#059669}.category-item-mobile{background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:12px;overflow:hidden}.category-header-mobile{width:100%;padding:16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border:none;cursor:pointer;transition:all .2s}.category-header-mobile:hover{background:#f8fafc}.category-header-left{flex:1}.category-title-mobile{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 4px}.category-selected-mobile{display:block;font-size:.875rem;color:#10b981;font-weight:500}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.modal-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.modal-close{background:#f1f5f9;border:none;padding:8px;border-radius:8px;cursor:pointer;color:#64748b;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-options{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.modal-option-button{width:100%;padding:16px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;text-align:left;cursor:pointer;transition:all .2s;color:#0f172a}.modal-option-button:hover{border-color:#10b981;background:#f0fdf4}.modal-option-button.selected{border-color:#10b981;background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 16px #10b9814d}.modal-option-label{font-size:1rem;font-weight:600;margin-bottom:6px;color:#0f172a}.modal-option-recommendation{font-size:.875rem;color:#64748b;line-height:1.5}.modal-option-button .modal-option-label{color:#0f172a}.modal-option-button.selected .modal-option-label,.modal-option-button.selected .modal-option-recommendation{color:#fff}.modal-actions{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:center}.modal-confirm-button{width:100%;padding:14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #10b9814d}.modal-confirm-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.modal-confirm-button:active{transform:translateY(0)}.profile-content-wrapper::-webkit-scrollbar,.profile-page-mobile::-webkit-scrollbar{width:8px}.profile-content-wrapper::-webkit-scrollbar-track,.profile-page-mobile::-webkit-scrollbar-track{background:#f1f5f9}.profile-content-wrapper::-webkit-scrollbar-thumb,.profile-page-mobile::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.profile-content-wrapper::-webkit-scrollbar-thumb:hover,.profile-page-mobile::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:1024px){.profile-content-grid{grid-template-columns:1fr}}
