*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--danger:#dc2626;--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--text:#1e293b;--text-muted:#64748b;--radius:8px;--radius-sm:6px;--shadow:0 1px 3px #0000001a;--nav-height:56px;--color-primary:var(--primary);--color-primary-hover:var(--primary-hover);--color-danger:var(--danger);--color-bg:var(--bg);--color-surface:var(--surface);--color-surface-2:#f1f5f9;--color-border:var(--border);--color-text:var(--text);--color-text-muted:var(--text-muted);--color-success:#16a34a;--color-warning:#d97706;--logo-pink:#e5446d;--logo-orange:#e8a33d;--logo-green:#2e9d5c;--logo-blue:#2f6fe5;--logo-purple:#7a4fe0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}a{color:var(--primary);text-decoration:none}button{cursor:pointer;font-family:inherit}input,select,textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--primary)}input[type=checkbox],input[type=radio]{border:revert;background:revert;border-radius:revert;flex-shrink:0;width:auto;padding:0}.loading-screen{height:100vh;color:var(--text-muted);justify-content:center;align-items:center;font-size:1rem;display:flex}.navbar{background:var(--surface);border-bottom:1px solid var(--border);height:var(--nav-height);z-index:100;justify-content:space-between;align-items:center;padding:0 1.5rem;display:flex;position:sticky;top:0}.nav-brand{color:var(--primary);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.nav-brand img{vertical-align:middle;flex-shrink:0;width:auto;height:32px}.nav-brand span{color:var(--primary)}.nav-module-brand{pointer-events:none;white-space:nowrap;align-items:center;gap:.5rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-module-brand img{pointer-events:none;flex-shrink:0;width:30px;height:30px}.nav-module-brand span{color:#dce4ee;font-size:.95rem;font-weight:700}.mod-nav{top:var(--nav-height);z-index:90;background:#0d1a28;border-bottom:1px solid #1e3a5a;position:sticky}.mod-nav-inner{align-items:center;gap:4px;max-width:1200px;height:46px;margin:0 auto;padding:0 1rem;display:flex;position:relative}.mod-nav-toggle{cursor:pointer;background:0 0;border:none;border-radius:.25rem;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:32px;height:32px;margin-right:.25rem;padding:4px;display:none}.mod-nav-toggle span{background:#dce4ee;border-radius:2px;width:18px;height:2px;transition:transform .2s,opacity .2s;display:block}.mod-nav-toggle:hover span{background:#fff}.mod-nav-links{flex:1;align-items:center;gap:4px;display:flex}.mod-tab{color:#8aa3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:.375rem;align-items:center;gap:.35rem;padding:.32rem .8rem;font-family:inherit;font-size:.83rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.mod-tab:hover{color:#dce4ee;background:#ffffff14;border-color:#ffffff1a}.mod-tab.active{color:#fff;background:#ffffff26;border-color:#ffffff47;font-weight:600}.finance-body .mod-tab.active{color:#86efac;background:#4ade8026;border-color:#4ade8066}.cuisine-body .mod-tab.active{color:#fed7aa;background:#e8a33d2e;border-color:#e8a33d61}.voyage-body .mod-tab.active{color:#e8b84b;background:#c890302e;border-color:#c8903061}.btv-body .mod-tab.active{color:#fca5a5;background:#a8425c38;border-color:#a8425c80}.cal-body .mod-tab.active{color:#c4b5fd;background:#8b5cf62e;border-color:#8b5cf66b}.crs-body .mod-tab.active{color:#bef264;background:#84cc1629;border-color:#84cc1666}.hab-body .mod-tab.active{color:#fbcfe8;background:#ec489929;border-color:#ec489966}.documents-body .mod-tab.active{color:#c7d2fe;background:#6366f12e;border-color:#6366f161}.mod-nav-actions{flex-shrink:0;align-items:center;gap:.25rem;margin-left:auto;display:flex}@media (width<=640px){.nav-module-brand span{display:none}.mod-nav-toggle{display:flex}.mod-nav-links{z-index:99;background:#0d1a28;border-bottom:1px solid #1e3a5a;flex-direction:column;align-items:flex-start;gap:2px;padding:.5rem .75rem .75rem;display:none;position:absolute;top:100%;left:0;right:0}.mod-nav-links.open{display:flex}.mod-nav-links .mod-tab{border-radius:.25rem;width:100%;padding:.5rem .75rem;font-size:.875rem}.mod-nav-actions{margin-left:0}}.nav-greeting{display:none}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-links a{color:var(--text);font-size:.95rem;text-decoration:none}.nav-links a:hover{color:var(--primary)}.nav-icon-btn{border-radius:var(--radius);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1rem;text-decoration:none;transition:color .15s,background .15s;display:inline-flex;position:relative}.nav-icon-btn:hover{color:var(--primary);background:#2563eb14}.theme-dark .nav-icon-btn{color:#7a95ae}.theme-dark .nav-icon-btn:hover{color:#dce4ee;background:#ffffff1a}.nav-icon-btn[data-label]:after{content:attr(data-label);color:#dce4ee;white-space:nowrap;pointer-events:none;opacity:0;z-index:100;background:#0d1a28;border:1px solid #1e3a5a;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;transition:opacity .15s;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)}.nav-icon-btn[data-label]:hover:after{opacity:1}.nav-hamburger{cursor:pointer;border-radius:var(--radius);background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.nav-hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav-hamburger:hover span{background:var(--primary)}.nav-admin-btn{color:#60a5fa!important}.nav-admin-btn:hover{color:#93c5fd!important;background:#3b82f61f!important}.theme-dark .nav-admin-btn{color:#60a5fa!important}.theme-dark .nav-admin-btn:hover{color:#93c5fd!important;background:#3b82f624!important}.theme-dark{--bg:#2a3a4e;--surface:#344255;--border:#4a5e72;--text:#dce4ee;--text-muted:#7a95ae;--shadow:0 2px 6px #0000004d;--color-bg:#2a3a4e;--color-surface:#344255;--color-surface-2:#3d4e64;--color-border:#4a5e72;--color-text:#dce4ee;--color-text-muted:#7a95ae}.theme-dark .navbar{background:#0d1a28;border-bottom-color:#1e3a5a}.theme-dark .nav-brand span,.theme-dark .nav-links a{color:#dce4ee}.theme-dark .nav-links a:hover{color:#fff}.theme-dark .nav-hamburger span{background:#dce4ee}.theme-dark .btn-link{color:#dce4ee}.theme-dark .btn-link:hover{color:#fff}.theme-dark .nav-greeting{color:var(--text-muted)}.theme-dark .alert-error{color:#fca5a5;background:#4a1010;border-color:#7f2020}.theme-dark .alert-success{color:#86efac;background:#0d3d20;border-color:#1a5c33}.theme-dark .btn-primary{color:#fff;background:#2563eb}.theme-dark .btn-primary:hover{background:#1d4ed8}.container{background:var(--bg);max-width:1100px;min-height:calc(100vh - var(--nav-height));margin:0 auto;padding:2rem 1.5rem}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.4rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,opacity .15s;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--border);color:var(--text)}.btn-secondary:hover{background:#cbd5e1}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.btn-ghost:hover{border-color:var(--primary);color:var(--text)}.btn-link{color:var(--text);cursor:pointer;background:0 0;border:none;padding:0;font-size:.95rem}.btn-link:hover{color:var(--primary)}.btn:disabled{opacity:.5;pointer-events:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-group label,.form-label{color:var(--text-muted);font-size:.9rem;font-weight:500}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);padding:.6rem .85rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);outline:none}.form-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.form-actions{gap:1rem;margin-top:1.5rem;display:flex}.form-error{color:var(--danger);font-size:.85rem}.alert{border-radius:var(--radius);margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.alert-error{color:var(--danger);background:#fef2f2;border:1px solid #fecaca}.alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.page-title{font-size:1.5rem;font-weight:700}.page-subtitle{color:var(--text-muted);margin-top:.2rem;font-size:.9rem}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.badge{color:var(--primary);background:#eff6ff;border-radius:99px;padding:.15rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:none}}.logout-modal-backdrop{-webkit-backdrop-filter:blur(5px);z-index:500;background:#000000a6;justify-content:center;align-items:center;padding:1rem;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.logout-modal-card{text-align:center;background:#182436;border-radius:20px;flex-direction:column;align-items:center;gap:.9rem;width:100%;max-width:360px;padding:2.25rem 2rem 1.75rem;animation:.2s slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ef44442e,0 30px 70px #000000a6,0 0 80px #dc26260f}.logout-modal-card:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ef4444e6 35%,#fca5a599 65%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.logout-modal-icon{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-top:.5rem;display:flex}.logout-modal-title{color:#e8f0fa;font-size:1.15rem;font-weight:700}.logout-modal-sub{color:#4a6480;margin-top:-.4rem;font-size:.85rem;line-height:1.5}.logout-modal-actions{gap:.75rem;width:100%;margin-top:.6rem;display:flex}.logout-btn-cancel{color:#7a95ae;cursor:pointer;background:0 0;border:1px solid #639dff2e;border-radius:10px;flex:1;padding:.7rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.logout-btn-cancel:hover{color:#dce4ee;background:#639dff14}.logout-btn-confirm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626,#991b1b);border:none;border-radius:10px;flex:1;padding:.7rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:filter .15s,transform .1s}.logout-btn-confirm:hover{filter:brightness(1.12)}.logout-btn-confirm:active{transform:scale(.97)}.portal-hero{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem;padding:3.5rem 1rem 1rem;display:flex;position:relative}.portal-hero:before{content:"";pointer-events:none;background:radial-gradient(#2563eb21 0%,#0000 65%);width:700px;height:400px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.portal-hero-logo{filter:drop-shadow(0 6px 28px #2563eb8c);width:96px;height:96px;position:relative}.portal-hero-text h1{color:var(--text);font-size:2rem;font-weight:800;line-height:1.1}.portal-hero-sub{color:var(--text-muted);margin-top:.1rem;font-size:.95rem}.portal-settings-btn{color:#7a95ae;cursor:pointer;background:#ffffff12;border:1px solid #ffffff21;border-radius:8px;align-items:center;gap:.45rem;margin-top:.25rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.portal-settings-btn:hover{color:#c4d4e8;background:#ffffff1f}.portal-modal-backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.portal-modal{background:#17243a;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;width:min(420px,95vw);max-height:80vh;display:flex;box-shadow:0 24px 64px #0009}.portal-modal-header{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.portal-modal-title{color:#c4d4e8;font-size:1rem;font-weight:700}.portal-modal-close{color:#7a95ae;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .4rem;font-size:1rem}.portal-modal-close:hover{color:#c4d4e8;background:#ffffff14}.portal-modal-body{flex:1;padding:1rem 1.25rem;overflow-y:auto}.portal-modal-hint{color:#5a7490;margin:0 0 .75rem;font-size:.8rem}.portal-order-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.portal-order-item{background:#ffffff0d;border:1px solid #ffffff12;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .9rem;display:flex}.portal-order-label{color:#c4d4e8;font-size:.9rem;font-weight:600}.portal-order-btns{gap:.3rem;display:flex}.portal-order-btns button{color:#7a95ae;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:background .12s;display:flex}.portal-order-btns button:hover:not(:disabled){color:#c4d4e8;background:#ffffff24}.portal-order-btns button:disabled{opacity:.3;cursor:default}.portal-modal-footer{border-top:1px solid #ffffff12;gap:.75rem;padding:1rem 1.25rem;display:flex}.portal-modal-cancel{color:#7a95ae;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:.6rem;font-size:.875rem;font-weight:600;transition:background .12s}.portal-modal-cancel:hover{background:#ffffff1a}.portal-modal-save{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;flex:1;padding:.6rem;font-size:.875rem;font-weight:700;transition:background .12s}.portal-modal-save:hover:not(:disabled){background:#1d4ed8}.portal-modal-save:disabled{opacity:.5;cursor:default}.theme-dark .app-card{background:#182436;border-color:#ffffff0f;box-shadow:0 4px 20px #0006}.theme-dark .app-card:hover{background:#1e2d41;transform:translateY(-4px)}.theme-dark .app-card--finance:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #4ade8080,0 0 24px #4ade802e}.theme-dark .app-card--calendrier:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #8b5cf68c,0 0 24px #8b5cf633}.theme-dark .app-card--habitudes:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #ec48998c,0 0 24px #ec489933}.theme-dark .app-card--courses:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #84cc168c,0 0 24px #84cc1633}.theme-dark .app-card--cuisine:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #e8a33d8c,0 0 24px #e8a33d2e}.theme-dark .app-card--booktv:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #a8425c99,0 0 24px #a8425c38}.theme-dark .app-card--voyage:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #c890308c,0 0 24px #c890302e}.theme-dark .app-card--documents:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #6366f18c,0 0 24px #6366f133}.theme-dark .app-card--journal:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #06b6d48c,0 0 24px #06b6d433}.theme-dark .app-card--sante:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #f59e0b8c,0 0 24px #f59e0b33}.theme-dark .app-card--admin:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #60a5fa8c,0 0 24px #60a5fa33}.theme-dark .app-card--support:hover{box-shadow:0 12px 36px #00000080,inset 0 0 0 1.5px #34d3998c,0 0 24px #34d39933}.theme-dark .app-card h2{color:#e8f0fa}.theme-dark .app-card p{color:#4a6480}.theme-dark .portal-hero-text h1{background:linear-gradient(130deg,#93c5fd 0%,#c4b5fd 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.app-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);box-shadow:var(--shadow);text-align:center;border-top-style:solid;border-top-width:4px;flex-direction:column;align-items:center;gap:.5rem;min-height:220px;padding:1.5rem 1.25rem 1.25rem;text-decoration:none;transition:box-shadow .15s,transform .15s;display:flex}.app-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.app-card--cuisine{border-top-color:var(--logo-orange)}.app-card--finance{border-top-color:var(--logo-green)}.app-card--voyage{border-top-color:#2b89d6}.app-card--calendrier{border-top-color:#5c2e1e}.app-card--booktv{border-top-color:#a8425c}.app-card--habitudes{border-top-color:#ec4899}.app-card--courses{border-top-color:#84cc16}.app-card--documents{border-top-color:#6366f1}.app-card--journal{border-top-color:#06b6d4}.app-card--sante{border-top-color:#f59e0b}.app-card--admin{border-top-color:#60a5fa}.app-card--support{border-top-color:#34d399}.app-card--soon{border-top-color:var(--logo-purple);opacity:.55;cursor:default;pointer-events:none}.app-icon{border-radius:calc(var(--radius) - 2px);flex:none;justify-content:center;align-items:center;width:100%;height:130px;font-size:5rem;line-height:1;display:flex}.app-icon img{object-fit:contain;width:8rem;height:8rem}.app-card h2{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:1rem;font-weight:600;overflow:hidden}.app-card p{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;display:-webkit-box;overflow:hidden}.portal-no-access{text-align:center;color:#4a6480;flex-direction:column;grid-column:1/-1;align-items:center;gap:1.25rem;padding:4rem 2rem;display:flex}.portal-no-access p{max-width:380px;font-size:.95rem;line-height:1.7}.auth-page{background:radial-gradient(1000px 600px at 50% -80px,#2563eb29 0%,#0000 65%),radial-gradient(600px 500px at 95% 100%,#7a4fe01a 0%,#0000 60%),#151f2e;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;padding:2rem 1rem;display:flex}.auth-brand{flex-direction:column;align-items:center;gap:.6rem;display:flex}.auth-brand-logo{filter:drop-shadow(0 6px 24px #2563eb8c);width:60px;height:60px}.auth-brand-name{background:linear-gradient(130deg,#93c5fd 0%,#c4b5fd 100%);-webkit-text-fill-color:transparent;letter-spacing:.3px;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.auth-card-dark{background:#182436;border-radius:18px;flex-direction:column;gap:1.6rem;width:100%;max-width:400px;padding:2.25rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #639dff2e,0 30px 70px #0000008c,0 0 90px #2563eb14}.auth-card-dark:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#639dffcc 35%,#a78bfa99 65%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.auth-card-header{flex-direction:column;gap:.3rem;display:flex}.auth-card-title{color:#e8f0fa;font-size:1.3rem;font-weight:700}.auth-card-sub{color:#5d7a96;font-size:.85rem}.auth-inline-error{color:#fca5a5;background:#4a1010a6;border:1px solid #7f2020cc;border-radius:8px;align-items:center;gap:.45rem;padding:.6rem .85rem;font-size:.85rem;display:flex}.auth-inline-success{color:#86efac;background:#0d3d20bf;border:1px solid #1a5c33cc;border-radius:8px;align-items:center;gap:.45rem;padding:.6rem .85rem;font-size:.85rem;display:flex}.auth-form{flex-direction:column;gap:1.1rem;display:flex}.auth-submit{border-radius:10px;justify-content:center;width:100%;margin-top:.2rem;padding:.75rem 1rem;font-size:.95rem}.auth-forgot-link{text-align:right;margin-top:-.3rem}.auth-forgot-link a{color:#60a5fa;font-size:.8rem;font-weight:500;text-decoration:none}.auth-forgot-link a:hover{color:#93c5fd}.auth-switch-link{text-align:center;color:#4a6480;font-size:.83rem}.auth-switch-link a{color:#60a5fa;font-weight:600;text-decoration:none}.auth-switch-link a:hover{color:#93c5fd}.auth-register-note{text-align:center;color:#3a5470;font-size:.78rem}.auth-success-icon{color:#4ade80;background:#16a34a1f;border:1px solid #4ade804d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto .5rem;font-size:1.5rem;display:flex}.account-field{flex-direction:column;gap:.3rem;display:flex}.account-field label{color:#4a6480;text-transform:uppercase;letter-spacing:.6px;font-size:.73rem;font-weight:600}.account-field input{color:#dce4ee;background:#0f1e2f;border:1px solid #639dff33;border-radius:9px;width:100%;padding:.65rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.account-field input:focus{border-color:#639dff99;outline:none;box-shadow:0 0 0 3px #2563eb26}.account-field input::placeholder{color:#2e4460}.account-page{max-width:780px;margin:0 auto;padding-top:1.75rem}.account-subscription-card{background:#2563eb14;border:1px solid #2563eb40;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.account-subscription-card span{color:var(--text-muted);font-size:.9rem}.account-subscription-card a{color:var(--primary);white-space:nowrap;font-size:.85rem;font-weight:600;text-decoration:none}.account-subscription-card a:hover{text-decoration:underline}.account-profile-card{background:linear-gradient(170deg,#0c1825 0%,#0f2035 60%,#0c1825 100%);border:1px solid #639dff1f;border-radius:18px;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:1.75rem;padding:2.75rem 2rem 2.25rem;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #639dff0f,0 8px 40px #00000080,0 0 80px #2563eb12}.account-profile-card:before{content:"";pointer-events:none;background:radial-gradient(#2563eb33 0%,#0000 70%);border-radius:50%;width:320px;height:200px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.account-profile-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#639dffb3 40%,#a78bfa80 65%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.account-avatar{color:#ffffffe6;background:linear-gradient(140deg,#2563eb 0%,#7a4fe0 100%);border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:relative;box-shadow:0 0 0 4px #2563eb33,0 0 0 8px #2563eb0f,0 10px 30px #00000080}.account-username{color:#e8f0fa;letter-spacing:.2px;font-size:1.4rem;font-weight:700}.account-alert{border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.65rem 1rem;font-size:.875rem;display:flex}.account-alert.alert-success{color:#86efac;background:#0d3d20cc;border:1px solid #1a5c33cc}.account-alert.alert-warning{color:#fde68a;background:#4e320abf;border:1px solid #b4781499;flex-wrap:wrap;gap:.4rem}.account-sections{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem;display:grid}.account-card{background:#182436;border-radius:16px;flex-direction:column;gap:1.3rem;padding:1.6rem 1.5rem 1.4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0006}.account-card:before{content:"";pointer-events:none;height:1px;position:absolute;top:0;left:0;right:0}.account-card--blue{box-shadow:0 0 0 1px #3b82f626,0 4px 24px #00000073}.account-card--blue:before{background:linear-gradient(90deg,#0000,#3b82f6e6 40%,#639dff99 70%,#0000)}.account-card--purple{box-shadow:0 0 0 1px #8b5cf626,0 4px 24px #00000073}.account-card--purple:before{background:linear-gradient(90deg,#0000,#8b5cf6e6 40%,#a78bfa99 70%,#0000)}.account-card--danger{grid-column:1/-1;box-shadow:0 0 0 1px #dc262626,0 4px 24px #00000073}.account-card--danger:before{background:linear-gradient(90deg,#0000,#dc2626cc 40%,#ef444480 70%,#0000)}.account-card--full{grid-column:1/-1}.account-card-header{align-items:center;gap:.9rem;display:flex}.account-card-icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.account-card-icon--blue{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f633}.account-card-icon--purple{color:#a78bfa;background:#8b5cf61f;border:1px solid #8b5cf633}.account-card-icon--danger{color:#f87171;background:#dc26261a;border:1px solid #dc262633}.account-card-title{color:#e0eaf8;margin-bottom:.2rem;font-size:.95rem;font-weight:700}.account-card-title--danger{color:#f87171}.account-card-sub{color:#5d7a96;font-size:.8rem}.account-email-current{color:#7a95ae;font-family:ui-monospace,monospace;font-size:.78rem}.account-inline-error{color:#fca5a5;background:#4a1010a6;border:1px solid #7f2020cc;border-radius:8px;align-items:center;gap:.45rem;padding:.55rem .8rem;font-size:.82rem;display:flex}.account-inline-info{color:#93c5fd;background:#0e3250a6;border:1px solid #1e508cb3;border-radius:8px;align-items:center;gap:.45rem;padding:.55rem .8rem;font-size:.82rem;display:flex}.account-form{flex-direction:column;gap:.95rem;display:flex}.account-card--purple .account-field input:focus{border-color:#8b5cf699;box-shadow:0 0 0 3px #7a4fe024}.account-submit{cursor:pointer;letter-spacing:.2px;border:none;border-radius:10px;width:100%;margin-top:.2rem;padding:.7rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:filter .15s,transform .1s}.account-submit:hover{filter:brightness(1.12)}.account-submit:active{transform:scale(.98)}.account-submit--blue{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%)}.account-submit--purple{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%)}.account-submit--danger{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#991b1b 100%)}.account-submit--danger-outline{color:#f87171;background:0 0;border:1px solid #dc262673}.account-submit--danger-outline:hover{background:#dc26261a;border-color:#dc2626b3}.account-submit:disabled{opacity:.5;pointer-events:none}.account-danger-notice{color:#fca5a5;background:#4a101080;border:1px solid #7f202099;border-radius:8px;padding:.65rem .9rem;font-size:.82rem;line-height:1.5}.badge-verified{color:#4ade80;vertical-align:middle;background:#16a34a33;border:1px solid #4ade8066;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:.35rem;font-size:.65rem;font-weight:700;display:inline-flex}.badge-unverified{color:#fb923c;vertical-align:middle;background:#78350f4d;border:1px solid #fb923c66;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;margin-left:.35rem;font-size:.65rem;font-weight:700;display:inline-flex}.btn-link-inline{color:#fbbf24;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-weight:600;text-decoration:underline}.btn-link-inline:hover{color:#fde68a}.hidden{display:none!important}@media (width<=768px){.app-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.portal-hero{text-align:center;flex-direction:column}.portal-hero-logo{width:64px;height:64px}.portal-hero-text h1{font-size:1.5rem}}@media (width<=640px){.account-sections{grid-template-columns:1fr}.account-profile-card{padding:2.25rem 1.25rem 1.75rem}}@media (width<=480px){.container{padding:1rem}.navbar{padding:0 1rem}.nav-hamburger{display:flex}.nav-links{top:var(--nav-height);background:var(--surface);border-bottom:1px solid var(--border);z-index:99;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 1rem 1rem;display:none;position:absolute;left:0;right:0;box-shadow:0 4px 12px #00000014}.nav-links.open{display:flex}.nav-links a,.nav-links .nav-greeting,.nav-links button{text-align:left;justify-content:flex-start;width:100%;padding:.5rem 0}.page-portal .nav-hamburger{display:none}.page-portal .nav-links{box-shadow:none;background:0 0;border:none;flex-direction:row;align-items:center;gap:.25rem;padding:0;position:static;display:flex!important}.page-portal .nav-links .nav-greeting{display:none}.page-portal .nav-links a,.page-portal .nav-links button{width:auto;padding:0}.app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-card{min-width:0;height:215px;min-height:0}.app-icon{height:95px;font-size:3.5rem}.app-icon img{width:5.5rem;height:5.5rem}.portal-hero{padding:1.25rem .5rem 1rem}.portal-hero-logo{width:56px;height:56px}.portal-hero-text h1{font-size:1.3rem}.page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.form-actions{flex-direction:column}.auth-card-dark{padding:1.75rem 1.25rem}}.help-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#94a3b814;border:1px solid #94a3b859;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 .6rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.help-btn:hover{color:#93c5fd;background:#60a5fa26;border-color:#60a5fa}.help-backdrop{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.help-modal{background:#0f172a;border:1px solid #1e3a5a;border-radius:14px;flex-direction:column;width:100%;max-width:560px;max-height:80vh;display:flex;box-shadow:0 20px 60px #0009}.help-header{border-bottom:1px solid #1e3a5a;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.help-title{color:#e8f4ff;margin:0;font-size:1.1rem;font-weight:800}.help-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .4rem;font-size:1rem;transition:color .15s,background .15s}.help-close:hover{color:#e8f4ff;background:#ffffff0f}.help-body{flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.help-sh{color:#60a5fa;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .35rem;font-size:.85rem;font-weight:700}.help-sp{color:#cbd5e1;margin:0;font-size:.9rem;line-height:1.6}:root{--adm-card:#1e2e40;--adm-border:#ffffff1a;--adm-text:#dce4ee;--adm-muted:#7a95ae;--adm-accent:#60a5fa;--mod-booktv:#c0516e;--mod-calendrier:#8b5cf6;--mod-courses:#06b6d4;--mod-cuisine:#f59e0b;--mod-documents:#7ba3d4;--mod-finance:#4ade80;--mod-habitudes:#ec4899;--mod-voyage:#e8a33d;--mod-journal:#06b6d4;--mod-sante:#f59e0b}.adm-wrap{flex-direction:column;gap:1.5rem;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex}.adm-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.adm-header-left{align-items:center;gap:.9rem;display:flex}.adm-header-icon{width:48px;height:48px;color:var(--adm-accent);background:#2563eb26;border:1px solid #639dff40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.adm-title{color:#e8f0fa;font-size:1.5rem;font-weight:800;line-height:1.2}.adm-sub{color:var(--adm-muted);margin-top:.1rem;font-size:.83rem}.adm-stat{border:1px solid var(--adm-border);background:#ffffff0f;border-radius:10px;flex-direction:column;align-items:center;min-width:60px;padding:.55rem 1rem;display:flex}.adm-stat-value{color:var(--adm-accent);font-size:1.3rem;font-weight:700;line-height:1}.adm-stat-label{color:var(--adm-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.15rem;font-size:.7rem}.adm-legend{flex-wrap:wrap;gap:.55rem;display:flex}.adm-legend-item{letter-spacing:.2px;white-space:nowrap;border-radius:20px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.74rem;font-weight:600;display:inline-flex}.adm-leg--booktv{color:var(--mod-booktv);background:#a8425c14;border:1px solid #a8425c40}.adm-leg--calendrier{color:var(--mod-calendrier);background:#7c3aed14;border:1px solid #7c3aed40}.adm-leg--courses{color:var(--mod-courses);background:#0891b214;border:1px solid #0891b240}.adm-leg--cuisine{color:var(--mod-cuisine);background:#d9770614;border:1px solid #d9770640}.adm-leg--documents{color:var(--mod-documents);background:#4a6fa514;border:1px solid #4a6fa540}.adm-leg--finance{color:var(--mod-finance);background:#16a34a14;border:1px solid #16a34a40}.adm-leg--habitudes{color:var(--mod-habitudes);background:#ec489914;border:1px solid #ec489940}.adm-leg--voyage{color:var(--mod-voyage);background:#b4530914;border:1px solid #b4530940}.adm-leg--journal{color:var(--mod-journal);background:#06b6d414;border:1px solid #06b6d440}.adm-leg--sante{color:var(--mod-sante);background:#f59e0b14;border:1px solid #f59e0b40}.adm-card{background:var(--adm-card);border:1px solid var(--adm-border);border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #00000012,0 4px 12px #0000000a}.adm-table{border-collapse:collapse;width:100%}.adm-table thead tr{border-bottom:1px solid var(--adm-border);background:#ffffff0a}.adm-table th{color:var(--adm-muted);text-align:left;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;padding:.8rem 1rem;font-size:.7rem;font-weight:700}.adm-user-row{border-bottom:1px solid #ffffff0d;transition:background .12s}.adm-user-row:last-child{border-bottom:none}.adm-user-row:hover{background:#ffffff08}.adm-user-row--inactive{opacity:.65}.adm-user-row--inactive .adm-user-name{color:var(--adm-muted);text-decoration:line-through}.adm-table td{vertical-align:middle;padding:.85rem 1rem}.adm-user-cell{align-items:center;gap:.6rem;display:flex}.adm-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.82rem;font-weight:700;display:flex}.adm-avatar--inactive{background:linear-gradient(135deg,#94a3b8,#cbd5e1)}.adm-user-name{color:#dce4ee;font-size:.9rem;font-weight:600}.adm-user-email{color:var(--adm-muted);font-size:.8rem}.adm-user-date{color:var(--adm-muted);white-space:nowrap;font-size:.78rem}.adm-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:8px;align-items:center;padding:.1rem .45rem;font-size:.63rem;font-weight:700;display:inline-flex}.adm-badge--admin{color:#93c5fd;background:#3b82f633;border:1px solid #3b82f659}.adm-badge--vip{color:#fcd34d;background:#eab30833;border:1px solid #eab30859}.adm-badge--inactive{color:#fb923c;background:#b4530940;border:1px solid #fb923c59}.adm-badge--unverif{color:#fca5a5;background:#dc262633;border:1px solid #dc262659}.adm-badge--sub{font-size:.7rem}.adm-badge--sub-trialing{color:#fbbf24;background:#d9770633;border:1px solid #d977064d}.adm-badge--sub-active{color:#86efac;background:#16a34a33;border:1px solid #16a34a4d}.adm-badge--sub-canceled{color:#9ca3af;background:#6b728033;border:1px solid #6b72804d}.adm-badge--sub-expired{color:#fca5a5;background:#dc262633;border:1px solid #dc26264d}.adm-modules{grid-template-columns:repeat(2,1fr);gap:.28rem .45rem;min-width:240px;display:grid}.adm-mod-item{border:1px solid var(--adm-border);background:#ffffff0a;border-radius:7px;justify-content:space-between;align-items:center;gap:.35rem;padding:.2rem .45rem .2rem .4rem;display:flex}.adm-mod-label{letter-spacing:.02em;font-size:.68rem;font-weight:600}.adm-mod--booktv .adm-mod-label{color:var(--mod-booktv)}.adm-mod--calendrier .adm-mod-label{color:var(--mod-calendrier)}.adm-mod--courses .adm-mod-label{color:var(--mod-courses)}.adm-mod--cuisine .adm-mod-label{color:var(--mod-cuisine)}.adm-mod--documents .adm-mod-label{color:var(--mod-documents)}.adm-mod--finance .adm-mod-label{color:var(--mod-finance)}.adm-mod--habitudes .adm-mod-label{color:var(--mod-habitudes)}.adm-mod--voyage .adm-mod-label{color:var(--mod-voyage)}.adm-mod--journal .adm-mod-label{color:var(--mod-journal)}.adm-mod--sante .adm-mod-label{color:var(--mod-sante)}.adm-toggle{cursor:pointer;background:0 0;border:none;border-radius:16px;outline:none;flex-shrink:0;align-items:center;padding:2px;transition:box-shadow .18s;display:inline-flex}.adm-toggle:focus-visible{box-shadow:0 0 0 2px #2563eb66}.adm-toggle:disabled{opacity:.45;cursor:not-allowed}.adm-toggle-track{background:#ffffff1a;border:1.5px solid #ffffff26;border-radius:10px;width:36px;height:20px;transition:background .2s,border-color .2s,box-shadow .2s;display:block;position:relative;box-shadow:inset 0 1px 2px #0003}.adm-toggle-thumb{background:#5a7a9a;border-radius:50%;width:14px;height:14px;transition:transform .2s cubic-bezier(.34,1.3,.64,1),background .2s,box-shadow .2s;display:block;position:absolute;top:1px;left:1px;box-shadow:0 1px 3px #00000059}.adm-toggle:not(.active):not(:disabled):hover .adm-toggle-track{background:#ffffff2b;border-color:#ffffff40}.adm-toggle.active .adm-toggle-thumb{background:#fff;transform:translate(16px);box-shadow:0 1px 4px #00000040}.adm-toggle.active.adm-toggle--booktv .adm-toggle-track{background:#a8425cbf;border-color:#a8425ce6;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #a8425c59}.adm-toggle.active.adm-toggle--calendrier .adm-toggle-track{background:#7c3aedcc;border-color:#7c3aedf2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #7c3aed4d}.adm-toggle.active.adm-toggle--courses .adm-toggle-track{background:#0891b2cc;border-color:#0891b2f2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #0891b24d}.adm-toggle.active.adm-toggle--cuisine .adm-toggle-track{background:#d97706cc;border-color:#d97706f2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #d977064d}.adm-toggle.active.adm-toggle--documents .adm-toggle-track{background:#4a6fa5cc;border-color:#4a6fa5f2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #4a6fa54d}.adm-toggle.active.adm-toggle--finance .adm-toggle-track{background:#16a34acc;border-color:#16a34af2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #16a34a4d}.adm-toggle.active.adm-toggle--habitudes .adm-toggle-track{background:#ec4899cc;border-color:#ec4899f2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #ec48994d}.adm-toggle.active.adm-toggle--voyage .adm-toggle-track{background:#b45309cc;border-color:#b45309f2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #b453094d}.adm-toggle.active.adm-toggle--journal .adm-toggle-track{background:#06b6d4cc;border-color:#06b6d4f2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #06b6d44d}.adm-toggle.active.adm-toggle--sante .adm-toggle-track{background:#f59e0bcc;border-color:#f59e0bf2;box-shadow:inset 0 1px 2px #0000001a,0 0 6px #f59e0b4d}.adm-actions{justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.adm-btn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .13s,border-color .13s,transform .1s;display:inline-flex}.adm-btn:active{transform:scale(.92)}.adm-btn--warn{color:#d97706;border-color:#d9770640}.adm-btn--warn:hover{background:#d977061a;border-color:#d9770680}.adm-btn--ok{color:#16a34a;border-color:#16a34a40}.adm-btn--ok:hover{background:#16a34a1a;border-color:#16a34a80}.adm-btn--danger{color:#dc2626;border-color:#dc262633}.adm-btn--danger:hover{background:#dc26261a;border-color:#dc262680}.adm-btn--vip-on{color:#fcd34d;background:#eab3081a;border-color:#eab30866}.adm-btn--vip-on:hover{background:#eab30833}.adm-btn--vip-off{color:#6b7280;border-color:#6b728040}.adm-btn--vip-off:hover{background:#6b72801a}.adm-toast{z-index:999;pointer-events:none;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;padding:.65rem 1.3rem;font-size:.84rem;font-weight:600;transition:opacity .25s;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.adm-toast--hidden{opacity:0;pointer-events:none}.adm-toast--success{color:#f0fdf4;background:#16a34ae6;border:1px solid #4ade8066}.adm-toast--revoked{color:#fff7ed;background:#b45309d9;border:1px solid #fb923c59}.adm-toast--error{color:#fef2f2;background:#dc2626e0;border:1px solid #ef444459}.adm-mobile-row{display:none}@media (width<=640px){.adm-wrap{gap:1rem;padding:1rem 1rem 3rem}.adm-title{font-size:1.25rem}.adm-user-row{display:none}.adm-mobile-row{display:block}.adm-table thead{display:none}.adm-mobile-card{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.75rem;padding:.9rem 1rem;display:flex}.adm-mobile-card:last-child{border-bottom:none}.adm-mobile-head{align-items:center;gap:.65rem;display:flex}.adm-mobile-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.adm-mobile-info .adm-user-email{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.adm-mobile-date{color:var(--adm-muted);white-space:nowrap;align-self:flex-start;margin-top:.1rem;font-size:.72rem}.adm-mobile-toggles{flex-wrap:wrap;gap:.4rem;display:flex}.adm-mobile-mod-item{border:1px solid var(--adm-border);background:#ffffff0a;border-radius:8px;flex:1;justify-content:space-between;align-items:center;gap:.45rem;min-width:100px;padding:.35rem .6rem;display:flex}.adm-mobile-actions{gap:.5rem;display:flex}.adm-mobile-actions .adm-btn{border-radius:7px;width:auto;padding:.3rem .7rem;font-family:inherit;font-size:.76rem;font-weight:600}}@media (width<=768px) and (width>=641px){.adm-col-email,.adm-col-date{display:none}}.adm-mods-btn{border:1px solid var(--adm-border);color:var(--adm-muted);cursor:pointer;white-space:nowrap;background:#ffffff0f;border-radius:8px;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.78rem;font-weight:600;transition:background .13s,border-color .13s,color .13s;display:inline-flex}.adm-mods-btn:hover{color:var(--adm-accent);background:#2563eb1f;border-color:#639dff59}.adm-sub-info{flex-direction:column;gap:.2rem;display:flex}.adm-sub-date{color:var(--adm-muted);font-size:.72rem}.adm-sub-none{color:var(--adm-muted);font-size:.8rem}.adm-user-name-row{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.adm-btn--admin-on{color:#93c5fd;background:#3b82f61a;border-color:#3b82f666}.adm-btn--admin-on:hover{background:#3b82f633}.adm-btn--admin-off{color:#6b7280;border-color:#6b728040}.adm-btn--admin-off:hover{background:#6b72801a}.adm-popup-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:200;background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.adm-popup{background:#1a2d42;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;width:100%;max-width:480px;display:flex;overflow:hidden;box-shadow:0 24px 60px #0009}.adm-popup-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem .9rem;display:flex}.adm-popup-title{color:#e8f0fa;font-size:1rem;font-weight:700;display:block}.adm-popup-sub{color:var(--adm-muted);margin-top:.1rem;font-size:.8rem;display:block}.adm-popup-close{color:var(--adm-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;font-size:1rem;transition:color .13s,background .13s}.adm-popup-close:hover{color:#e8f0fa;background:#ffffff14}.adm-popup-grid{flex-direction:column;gap:.35rem;max-height:55vh;padding:1rem 1.25rem;display:flex;overflow-y:auto}.adm-popup-mod{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;padding:.55rem .75rem;transition:background .13s,border-color .13s;display:flex}.adm-popup-mod.active{background:#ffffff0f;border-color:#ffffff1a}.adm-popup-mod-left{align-items:center;gap:.5rem;display:flex}.adm-popup-mod-icon{opacity:.7;display:flex}.adm-popup-mod-label{font-size:.85rem;font-weight:600}.adm-popup-mod.adm-mod--booktv .adm-popup-mod-label{color:var(--mod-booktv)}.adm-popup-mod.adm-mod--calendrier .adm-popup-mod-label{color:var(--mod-calendrier)}.adm-popup-mod.adm-mod--courses .adm-popup-mod-label{color:var(--mod-courses)}.adm-popup-mod.adm-mod--cuisine .adm-popup-mod-label{color:var(--mod-cuisine)}.adm-popup-mod.adm-mod--documents .adm-popup-mod-label{color:var(--mod-documents)}.adm-popup-mod.adm-mod--finance .adm-popup-mod-label{color:var(--mod-finance)}.adm-popup-mod.adm-mod--habitudes .adm-popup-mod-label{color:var(--mod-habitudes)}.adm-popup-mod.adm-mod--voyage .adm-popup-mod-label{color:var(--mod-voyage)}.adm-popup-mod.adm-mod--journal .adm-popup-mod-label{color:var(--mod-journal)}.adm-popup-mod.adm-mod--sante .adm-popup-mod-label{color:var(--mod-sante)}.adm-popup-footer{color:var(--adm-muted);border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;font-size:.8rem;display:flex}.adm-popup-done{color:var(--adm-accent);cursor:pointer;background:#2563eb26;border:1px solid #639dff4d;border-radius:8px;padding:.4rem .9rem;font-size:.83rem;font-weight:600;transition:background .13s}.adm-popup-done:hover{background:#2563eb40}.adm-popup--confirm{max-width:420px}.adm-confirm-body{flex-direction:column;gap:1rem;padding:1.1rem 1.25rem;display:flex}.adm-confirm-body p{color:#b0c4d8;font-size:.88rem;line-height:1.6}.adm-confirm-body strong{color:#e8f0fa}.adm-confirm-check{cursor:pointer;color:#dce4ee;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.5;display:flex}.adm-confirm-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--adm-accent);cursor:pointer;flex-shrink:0;margin-top:.15rem}.adm-popup-cancel{border:1px solid var(--adm-border);color:var(--adm-muted);cursor:pointer;background:#ffffff0f;border-radius:8px;padding:.45rem 1rem;font-size:.83rem;font-weight:600;transition:background .13s}.adm-popup-cancel:hover{color:#e8f0fa;background:#ffffff1a}.adm-popup-confirm{color:var(--adm-accent);cursor:pointer;background:#2563eb33;border:1px solid #639dff66;border-radius:8px;padding:.45rem 1rem;font-size:.83rem;font-weight:700;transition:background .13s,opacity .13s}.adm-popup-confirm:hover:not(:disabled){background:#2563eb59}.adm-popup-confirm:disabled{opacity:.35;cursor:default}.adm-popup-confirm--danger{color:#fca5a5;background:#dc262626;border-color:#dc262666}.adm-popup-confirm--danger:hover:not(:disabled){background:#dc262647}.landing{background:var(--bg);color:var(--text);min-height:100vh}.landing-nav{height:var(--nav-height);z-index:100;background:#0d1a28;border-bottom:1px solid #1e3a5a;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.landing-logo{color:#dce4ee;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.landing-logo img{width:auto;height:28px}.landing-nav-links{align-items:center;gap:1rem;display:flex}.landing-nav-links>a{color:#dce4ee;font-size:.9rem;text-decoration:none;transition:color .15s}.landing-nav-links>a:hover{color:#fff}.landing-btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.landing-btn-primary:hover{background:var(--primary-hover);color:#fff}.landing-btn-primary.landing-btn-lg{border-radius:var(--radius);padding:.8rem 2rem;font-size:1rem}.landing-btn-outline{color:#dce4ee;border-radius:var(--radius);cursor:pointer;background:#ffffff0f;border:1.5px solid #ffffff40;padding:.55rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-block}.landing-btn-outline:hover{color:#fff;background:#ffffff1f;border-color:#fff6}.landing-btn-block{text-align:center;width:100%;display:block}.landing-hero{text-align:center;max-width:800px;margin:0 auto;padding:4rem 2rem}.landing-hero-logo{filter:drop-shadow(0 4px 16px #2563eb59);width:72px;height:72px;margin-bottom:1.25rem}.landing-hero h1{color:var(--text);margin-bottom:1.25rem;font-size:2.6rem;font-weight:800;line-height:1.15}.landing-subtitle{color:var(--text-muted);max-width:580px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.65}.landing-cta-group{flex-direction:column;align-items:center;gap:.6rem;display:flex}.landing-cta-note{color:var(--text-muted);font-size:.82rem}.landing-modules{background:var(--color-surface-2);text-align:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 2rem}.landing-modules h2{color:var(--text);margin-bottom:2.5rem;font-size:1.75rem;font-weight:700}.landing-modules-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.1rem;max-width:1000px;margin:0 auto;display:grid}.landing-module-card{text-align:center;background:#16263a;border:1px solid #ffffff12;border-radius:16px;padding:1.6rem 1.25rem 1.4rem;transition:transform .2s,box-shadow .2s}.landing-module-card:hover{transform:translateY(-4px)}.landing-module-card .app-icon{justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto .9rem;display:flex}.landing-module-card .app-icon img{object-fit:contain;width:100%;height:100%}.landing-module-card h3{color:#e8f0fa;margin-bottom:.35rem;font-size:.95rem;font-weight:700}.landing-module-card p{color:#4a6480;font-size:.8rem;line-height:1.45}.landing-module-card.app-card--finance:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #4ade8066,0 0 20px #4ade801f}.landing-module-card.app-card--calendrier:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #8b5cf673,0 0 20px #8b5cf624}.landing-module-card.app-card--habitudes:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #ec489973,0 0 20px #ec489924}.landing-module-card.app-card--courses:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #84cc1673,0 0 20px #84cc1624}.landing-module-card.app-card--cuisine:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #e8a33d73,0 0 20px #e8a33d1f}.landing-module-card.app-card--booktv:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #a8425c80,0 0 20px #a8425c29}.landing-module-card.app-card--sante:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #f59e0b73,0 0 20px #f59e0b24}.landing-module-card.app-card--journal:hover{box-shadow:0 12px 32px #0006,inset 0 0 0 1.5px #06b6d473,0 0 20px #06b6d424}.landing-values{background:var(--bg);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:860px;margin:0 auto;padding:4rem 2rem;display:grid}.landing-value{text-align:center}.landing-value>span{margin-bottom:.75rem;font-size:1.8rem;display:block}.landing-value h3{color:var(--text);margin-bottom:.4rem;font-size:1rem;font-weight:700}.landing-value p{color:var(--text-muted);font-size:.88rem;line-height:1.55}.landing-pricing{text-align:center;background:#0d1a28;border-top:1px solid #1e3a5a;padding:4rem 2rem}.landing-pricing h2{color:#dce4ee;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.landing-pricing-sub{color:#7a95ae;margin-bottom:2.5rem;font-size:.95rem}.landing-pricing-cards{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.landing-price-card{background:#0d1f33;border:1px solid #1e3a5a;border-radius:12px;flex-direction:column;flex:1;gap:.9rem;min-width:230px;max-width:290px;padding:2rem 2.25rem;display:flex}.landing-price-card--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.landing-price-label{text-transform:uppercase;letter-spacing:.05em;color:#7a95ae;font-size:.78rem;font-weight:600}.landing-price-amount{color:var(--primary);font-size:2.4rem;font-weight:800;line-height:1}.landing-price-amount span{color:#7a95ae;font-size:.95rem;font-weight:400}.landing-price-saving{color:#86efac;background:#2563eb26;border-radius:999px;align-self:flex-start;padding:.2rem .7rem;font-size:.8rem;font-weight:600}.landing-price-features{text-align:left;color:#7a95ae;flex-direction:column;flex:1;gap:.35rem;margin:0;padding:0;font-size:.88rem;list-style:none;display:flex}.landing-footer{text-align:center;color:#7a95ae;background:#0d1a28;border-top:1px solid #1e3a5a;flex-direction:column;align-items:center;gap:.75rem;padding:1.75rem 2rem;font-size:.85rem;display:flex}.landing-footer-links{gap:1.5rem;display:flex}.landing-footer-links a{color:var(--text-muted);font-size:.8rem;text-decoration:none}.landing-footer-links a:hover{color:var(--text)}@media (width<=600px){.landing-hero h1{font-size:1.8rem}.landing-hero{padding:3rem 1.25rem 2.5rem}.landing-nav-links>a:first-child{display:none}.landing-modules,.landing-pricing,.landing-values{padding:2.5rem 1.25rem}}.upgrade{max-width:700px;margin:0 auto;padding:2rem 1.5rem}.upgrade-loading{text-align:center;color:var(--text-muted);padding:4rem}.upgrade-header{margin-bottom:1.75rem}.upgrade-back{color:var(--text-muted);margin-bottom:.6rem;font-size:.85rem;text-decoration:none;transition:color .15s;display:inline-block}.upgrade-back:hover{color:var(--text)}.upgrade-header h1{color:var(--text);font-size:1.6rem;font-weight:700}.upgrade-error{color:#fca5a5;border-radius:var(--radius);background:#dc26261f;border:1px solid #dc26264d;margin-bottom:1.25rem;padding:.9rem 1.1rem;font-size:.9rem}.upgrade-success{color:#86efac;border-radius:var(--radius);background:#16a34a1f;border:1px solid #16a34a4d;margin-bottom:1.25rem;padding:.9rem 1.1rem;font-weight:600}.upgrade-status-card{background:#0d1f33;border:1px solid #1e3a5a;border-radius:12px;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.upgrade-status-card.status-active{border-color:#16a34a66}.upgrade-status-card.status-trialing{border-color:#d9770666}.upgrade-status-card.status-canceled{border-color:#6b728066}.upgrade-status-card.status-expired{border-color:#dc262666}.upgrade-status-top{align-items:center;gap:.6rem;display:flex}.upgrade-status-icon{font-size:1.3rem}.upgrade-status-label{color:var(--text);font-size:1.1rem;font-weight:700}.status-active .upgrade-status-label{color:#86efac}.status-trialing .upgrade-status-label{color:#fcd34d}.status-canceled .upgrade-status-label{color:#9ca3af}.status-expired .upgrade-status-label{color:#fca5a5}.upgrade-status-details{flex-direction:column;gap:.5rem;display:flex}.upgrade-detail-row{color:var(--text-muted);border-radius:var(--radius-sm);background:#ffffff0a;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.9rem;display:flex}.upgrade-detail-row strong{color:var(--text);font-weight:600}.upgrade-manage-row{flex-direction:column;gap:.4rem;padding-top:.25rem;display:flex}.upgrade-portal-btn{color:var(--text);border-radius:var(--radius);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;align-self:flex-start;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .15s}.upgrade-portal-btn:hover:not(:disabled){background:#ffffff1a}.upgrade-portal-btn:disabled{opacity:.6;cursor:default}.upgrade-manage-note{color:var(--text-muted);font-size:.8rem}.upgrade-plans h2{color:var(--text);margin-bottom:1.25rem;font-size:1.2rem;font-weight:700}.upgrade-plan-cards{flex-wrap:wrap;gap:1.1rem;display:flex}.upgrade-plan-card{background:#0d1f33;border:1px solid #1e3a5a;border-radius:12px;flex-direction:column;flex:1;gap:.75rem;min-width:210px;padding:1.5rem 1.25rem;display:flex}.upgrade-plan-card--featured{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.upgrade-plan-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);background:#2563eb26;border-radius:999px;align-self:flex-start;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.upgrade-plan-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:600}.upgrade-plan-price{color:var(--primary);font-size:2.2rem;font-weight:800;line-height:1}.upgrade-plan-price span{color:var(--text-muted);font-size:.9rem;font-weight:400}.upgrade-plan-saving{color:#86efac;font-size:.82rem;font-weight:600}.upgrade-plan-features{color:var(--text-muted);flex-direction:column;flex:1;gap:.3rem;margin:0;padding:0;font-size:.88rem;list-style:none;display:flex}.upgrade-btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .15s}.upgrade-btn-primary:hover:not(:disabled){background:var(--primary-hover)}.upgrade-btn-primary:disabled{opacity:.6;cursor:default}.upgrade-btn-outline{color:var(--primary);border:1.5px solid var(--primary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .15s}.upgrade-btn-outline:hover:not(:disabled){background:#2563eb1a}.upgrade-btn-outline:disabled{opacity:.6;cursor:default}.legal-page{color:#dce4ee;background:#0d1a28;min-height:100vh}.legal-nav{z-index:10;background:#0d1a28;border-bottom:1px solid #1e3a5a;align-items:center;gap:1rem;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.legal-logo{color:#dce4ee;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.legal-logo img{width:26px;height:26px}.legal-back{color:#7a95ae;margin-left:auto;font-size:.85rem;text-decoration:none;transition:color .15s}.legal-back:hover{color:#dce4ee}.legal{max-width:740px;margin:0 auto;padding:3rem 1.5rem 5rem}.legal h1{color:#dce4ee;margin-bottom:.5rem;font-size:1.9rem;font-weight:800;line-height:1.2}.legal-title-bar{background:var(--primary);border-radius:2px;width:40px;height:3px;margin-bottom:2.5rem}.legal-body{flex-direction:column;gap:0;display:flex}.legal-section{border-left:2px solid #1e3a5a;margin-bottom:.25rem;padding:1.25rem 0 1.25rem 1.5rem;transition:border-color .2s}.legal-section:hover{border-left-color:var(--primary)}.legal-section h2{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:.6rem;font-size:.8rem;font-weight:700}.legal-section p{color:#7a95ae;margin-bottom:.4rem;font-size:.9rem;line-height:1.7}.legal-section p:last-child{margin-bottom:0}.legal-section a{color:#60a5fa;text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-footer{border-top:1px solid #1e3a5a;flex-wrap:wrap;gap:.75rem;margin-top:3.5rem;padding-top:1.5rem;display:flex}.legal-footer a{color:#7a95ae;border:1px solid #1e3a5a;border-radius:999px;padding:.3rem .75rem;font-size:.8rem;text-decoration:none;transition:border-color .15s,color .15s}.legal-footer a:hover{border-color:var(--primary);color:#dce4ee}
