@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--primary: #D4AF37;--secondary: #B8860B;--accent: #F0C84A;--primary-rgb: 212,175,55;--dark: #000000;--dark-2: #0a0a0a;--dark-3: #111111;--dark-4: #161616;--dark-5: #1c1c1c;--text: #e8eaf0;--text-light: #6b7494;--bg-dark: #000000;--bg-light: #0d0d0d;--surface-dark: rgba(12, 12, 12, .97);--border-dark: rgba(212,175,55, .15);--panel: rgba(10, 10, 10, .98);--btn-text: #0a0a0a;--surface-light: #f5f7fa;--border-light: rgba(0, 0, 0, .08)}html.light-mode{--bg-dark: #f0f2f5;--bg-light: #ffffff;--text: #1a202c;--text-light: #4a5568;--surface-dark: rgba(255, 255, 255, .98);--border-dark: rgba(212,175,55, .12);--panel: rgba(245, 247, 250, .98);--dark-2: #f8f9fb;--dark-3: #f0f2f5;--dark-4: #e8edf3}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-dark);background-image:none;min-height:100vh;color:var(--text);overflow-x:hidden;transition:background-color .3s ease,color .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.light-mode body{background-color:#f0f2f5;background-image:none}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 60% 40% at 15% 20%,rgba(212,175,55,.04) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 85% 80%,rgba(212,175,55,.025) 0%,transparent 60%);pointer-events:none;z-index:0}html.light-mode body:before{background:radial-gradient(ellipse 60% 40% at 15% 20%,rgba(212,175,55,.06) 0%,transparent 60%),radial-gradient(ellipse 50% 40% at 85% 80%,rgba(212,175,55,.04) 0%,transparent 60%)}.app-container{display:flex;min-height:100vh;position:relative;z-index:1}.main-content{margin-left:320px;flex:1;padding:105px 36px 60px;min-height:100vh;overflow-y:auto}.sidebar{width:320px;background:#080808fa;backdrop-filter:blur(24px) saturate(1.6);-webkit-backdrop-filter:blur(24px) saturate(1.6);border-right:1px solid rgba(255,255,255,.06);padding:32px 0;position:fixed;height:100vh;overflow-y:auto;overflow-x:hidden;box-shadow:1px 0 #ffffff08,4px 0 24px #00000080;z-index:100;display:flex;flex-direction:column;transition:background .3s ease,border-color .3s ease}html.light-mode .sidebar{background:#fffffff7;border-right:1px solid rgba(0,0,0,.07);box-shadow:1px 0 #0000000a,4px 0 20px #0000000f}.sidebar::-webkit-scrollbar{width:3px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#d4af3726;border-radius:3px}.sidebar-header{padding:0 28px 28px;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:24px}html.light-mode .sidebar-header{border-bottom-color:#0000000f}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#0a0a0a;font-weight:900;font-family:Playfair Display,serif;box-shadow:0 6px 20px #d4af3747;flex-shrink:0}.logo-text{font-family:Playfair Display,serif;font-size:28px;font-weight:900;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;letter-spacing:-.5px}.nav-menu{list-style:none;flex:1;padding:0 12px}.nav-link{display:flex;align-items:center;gap:14px;padding:13px 18px;color:var(--text-light);cursor:pointer;border:1px solid transparent;background:none;width:100%;text-align:left;border-radius:12px;font-weight:500;font-size:15px;font-family:Outfit,sans-serif;transition:all .18s ease;margin-bottom:4px}.nav-link:hover{color:var(--primary);background:#d4af370f;border-color:#d4af371f}.nav-link.active{color:var(--primary);background:#d4af3717;border-color:#d4af3733;font-weight:700}html.light-mode .nav-link:hover{background:#d4af3712;border-color:#d4af3726}html.light-mode .nav-link.active{background:#d4af371a;border-color:#d4af3733}.panel{background:#0e0e0ef2;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1px solid rgba(255,255,255,.065);border-radius:22px;padding:28px;box-shadow:0 0 0 .5px #ffffff0a,0 20px 60px #0006;position:relative;overflow:hidden;transition:background .3s ease,border-color .3s ease}html.light-mode .panel{background:#fffffff7;border-color:#00000012;box-shadow:0 0 0 .5px #0000000a,0 8px 32px #00000012}.panel:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(212,175,55,.04) 0%,transparent 65%);border-radius:50%;pointer-events:none}.panel-header{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.055);position:relative;z-index:1}html.light-mode .panel-header{border-bottom-color:#00000012}.panel-header h3{font-family:Playfair Display,serif;font-size:20px;font-weight:800;color:var(--text)}.panel-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:17px;color:#0a0a0a;box-shadow:0 6px 18px #d4af3740;flex-shrink:0}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px;position:relative;z-index:1}.stat-card{background:#ffffff08;border:1.5px solid rgba(255,255,255,.07);border-radius:16px;padding:18px;transition:all .25s ease}.stat-card:hover{transform:translateY(-5px);border-color:#d4af3740;box-shadow:0 12px 32px #d4af371a;background:#d4af370a}html.light-mode .stat-card{background:#00000006;border-color:#00000014}html.light-mode .stat-card:hover{background:#d4af370d;border-color:#d4af3733}.stat-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-light);margin-bottom:8px;font-family:Outfit,sans-serif}.stat-value{font-family:Playfair Display,serif;font-size:22px;font-weight:900;color:var(--text)}.form-section{background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:20px;margin-bottom:18px;position:relative;z-index:1}html.light-mode .form-section{background:#00000006;border-color:#00000012}.form-section h4{font-family:Playfair Display,serif;font-size:15px;font-weight:800;color:var(--text);margin-bottom:16px}.form-group{margin-bottom:12px}label{display:block;font-weight:600;color:var(--text);margin-bottom:5px;font-size:10px;text-transform:uppercase;letter-spacing:1.2px;font-family:Outfit,sans-serif}input,select,textarea{width:100%;padding:11px 13px;border:1.5px solid rgba(255,255,255,.08);border-radius:10px;font-size:13px;font-family:Outfit,sans-serif;transition:all .2s ease;background:#ffffff0a;color:var(--text);outline:none}html.light-mode input,html.light-mode select,html.light-mode textarea{background:#fff;border-color:#0000001a;color:#1a202c}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #d4af371a;background:#d4af3705}input::placeholder,textarea::placeholder{color:#fff3}html.light-mode input::placeholder,html.light-mode textarea::placeholder{color:#00000040}.btn{background:linear-gradient(135deg,var(--primary),var(--accent));color:#0a0a0a;padding:11px 22px;border:none;border-radius:10px;font-weight:700;font-size:11px;cursor:pointer;transition:all .25s ease;width:100%;text-transform:uppercase;letter-spacing:.8px;font-family:Outfit,sans-serif;box-shadow:0 6px 18px #d4af3733}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #d4af374d}.list-item{background:#ffffff06;border:1px solid rgba(255,255,255,.06);border-radius:11px;padding:12px 14px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease}.list-item:hover{background:#d4af370a;border-color:#d4af372e;transform:translate(3px)}html.light-mode .list-item{background:#00000006;border-color:#00000012}html.light-mode .list-item:hover{background:#d4af370d;border-color:#d4af3733}.list-item-actions{display:flex;gap:6px;align-items:center}.btn-icon{width:30px;height:30px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--primary);font-size:12px}.btn-icon:hover{background:linear-gradient(135deg,var(--primary),var(--accent));color:#0a0a0a;border-color:transparent;transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.btn-icon.delete{background:#ff6b6b0f;border-color:#ff6b6b26;color:#ff6b6b}.btn-icon.delete:hover{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border-color:transparent}html.light-mode .btn-icon{background:#0000000a;border-color:#00000017}html.light-mode .btn-icon.delete{background:#ff6b6b14;border-color:#ff6b6b33;color:#ff6b6b}.progress-bar{width:100%;height:6px;background:#ffffff0f;border-radius:6px;overflow:hidden;margin:6px 0}html.light-mode .progress-bar{background:#00000012}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:6px;transition:width .6s cubic-bezier(.4,0,.2,1)}.sidebar-social{padding:20px 18px;border-top:1px solid rgba(255,255,255,.055);margin-top:auto}html.light-mode .sidebar-social{border-top-color:#00000012}.social-title{font-size:11px;font-weight:700;color:var(--text-light);margin-bottom:12px;text-transform:uppercase;letter-spacing:1.5px;font-family:Outfit,sans-serif}.social-links{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.social-btn{width:34px;height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.07);background:#ffffff08;color:var(--primary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:14px}.social-btn:hover{background:linear-gradient(135deg,var(--primary),var(--accent));color:#0a0a0a;border-color:transparent;transform:translateY(-3px);box-shadow:0 8px 20px #d4af3740}html.light-mode .social-btn{background:#00000008;border-color:#00000014}.alert{background:#ff6b6b0f;border-left:3px solid #ff6b6b;border-radius:8px;padding:11px 14px;margin-bottom:10px;display:flex;align-items:center;gap:10px}.alert-icon{font-size:16px;color:#ff6b6b}.alert-content{flex:1}.alert-title{font-weight:700;color:var(--text);margin-bottom:2px;font-size:13px}.alert-desc{font-size:11px;color:var(--text-light)}.notification{position:fixed;top:24px;right:24px;background:#0a0a0af7;padding:13px 20px;border-radius:12px;box-shadow:0 20px 50px #00000080,0 0 0 1px #ffffff0d;border-left:3px solid var(--primary);animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1);z-index:9999;max-width:300px;font-size:13px;font-weight:600;font-family:Outfit,sans-serif;color:var(--text)}html.light-mode .notification{background:#fffffffa;box-shadow:0 12px 40px #0000001f,0 0 0 1px #0000000d}@keyframes slideInRight{0%{opacity:0;transform:translate(80px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.modal{display:none;position:fixed;z-index:1001;left:0;top:0;width:100%;height:100%;background-color:#000c;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal.active{display:flex}.modal-content{background:#0a0a0afc;border:1px solid rgba(255,255,255,.07);padding:32px;border-radius:18px;max-width:380px;width:90%;box-shadow:0 32px 80px #0009,0 0 0 .5px #ffffff0a;position:relative}html.light-mode .modal-content{background:#fffffffc;border-color:#00000014;box-shadow:0 20px 60px #0000001f}.modal-header{font-family:Playfair Display,serif;font-size:22px;font-weight:800;color:var(--text);margin-bottom:18px}.modal-close{position:absolute;top:18px;right:18px;font-size:24px;cursor:pointer;color:var(--text-light);background:none;border:none;transition:color .2s;line-height:1}.modal-close:hover{color:var(--text)}.result-box{background:#d4af370d;border:1px solid rgba(212,175,55,.15);padding:22px;border-radius:14px;margin-top:18px;position:relative;z-index:1}.result-header{font-family:Playfair Display,serif;font-size:16px;font-weight:800;color:var(--text);margin-bottom:16px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;margin-bottom:16px}.result-item{background:#ffffff08;padding:14px;border-radius:10px;text-align:center;border:1px solid rgba(255,255,255,.05)}html.light-mode .result-item{background:#00000006;border-color:#0000000f}.result-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-light);margin-bottom:6px}.result-value{font-family:Playfair Display,serif;font-size:22px;font-weight:900;color:var(--primary)}.chart-container{position:relative;height:280px;margin-top:18px;z-index:1}.tips-box{background:#d4af370d;border:1px solid rgba(212,175,55,.15);border-radius:11px;padding:14px;margin-bottom:18px;position:relative;z-index:1}.tips-title{font-weight:700;color:var(--primary);margin-bottom:6px;font-size:15px;font-family:Outfit,sans-serif}.tips-text{font-size:14px;color:var(--text-light);line-height:1.5;font-family:Outfit,sans-serif}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.calculator-tabs{display:flex;gap:6px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:0}html.light-mode .calculator-tabs{border-bottom-color:#00000012}.calc-tab{flex:1;padding:10px 16px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-light);cursor:pointer;transition:all .2s ease;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;font-family:Outfit,sans-serif;margin-bottom:-1px}.calc-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.calc-tab:hover{color:var(--primary)}.empty-state{text-align:center;padding:24px 12px;color:var(--text-light);font-size:13px;font-style:italic;font-family:Outfit,sans-serif}.header-title{font-family:Playfair Display,serif;font-size:36px;font-weight:900;background:linear-gradient(135deg,#fff,#c8d0e8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:36px;letter-spacing:-.5px}html.light-mode .header-title{background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:24px}.message-bubble{line-height:1.55}.survey-container{background:#d4af370d;border:1px solid rgba(212,175,55,.15);border-radius:12px;padding:18px;margin:8px 0}.survey-option{background:#ffffff08;border:1.5px solid rgba(255,255,255,.07);border-radius:9px;padding:10px 14px;cursor:pointer;transition:all .2s ease;font-size:12px;color:var(--text-light);font-family:Outfit,sans-serif}.survey-option:hover{border-color:var(--primary);background:#d4af370d;transform:translate(3px)}.survey-option.selected{background:linear-gradient(135deg,var(--primary),var(--accent));color:#0a0a0a;border-color:var(--primary);font-weight:600}html.light-mode .survey-option{background:#00000008;border-color:#00000014}@media(max-width:900px){.sidebar{width:240px;transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}.main-content{margin-left:0;padding:24px 16px 48px}.content-grid{grid-template-columns:1fr}}@media(max-width:500px){.form-row,.result-grid{grid-template-columns:1fr}}select option{background:#1c1c1c;color:#e8eaf0}html.light-mode select option{background:#fff;color:#1a202c}html.teal-mode{--primary: #2ed5a0;--secondary: #1ab87a;--accent: #5eead4;--primary-rgb: 46,213,160;--bg-dark: #000000;--bg-light: #0a0a0a;--text: #e8eaf0;--text-light: #6b7494;--surface-dark: rgba(12, 12, 12, .97);--border-dark: rgba(46, 213, 160, .15);--panel: rgba(10, 10, 10, .98);--dark-2: #0a0a0a;--dark-3: #111111;--dark-4: #161616;--dark-5: #1c1c1c}html.teal-mode body{background-color:#000}html.teal-mode body:before{display:none}html.teal-mode .sidebar{background:#000;border-right:1px solid rgba(46,213,160,.12)}html.teal-mode .sidebar::-webkit-scrollbar-thumb{background:#2ed5a026}html.teal-mode .logo-icon{background:linear-gradient(135deg,#2ed5a0,#1ab87a);box-shadow:0 6px 20px #2ed5a047;color:#04100cf2}html.teal-mode .logo-text{background:linear-gradient(135deg,#2ed5a0,#5eead4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html.teal-mode .nav-link{color:var(--text-light)}html.teal-mode .nav-link:hover{color:#2ed5a0;background:#2ed5a00f;border-color:#2ed5a024}html.teal-mode .nav-link.active{color:#2ed5a0;background:#2ed5a017;border-color:#2ed5a038;font-weight:700}html.teal-mode .panel{background:#0a0a0af7;border:1px solid rgba(46,213,160,.08);box-shadow:0 0 0 .5px #2ed5a00a,0 20px 60px #0006}html.teal-mode .panel-icon{background:linear-gradient(135deg,#2ed5a0,#1ab87a);box-shadow:0 6px 18px #2ed5a047;color:#04100cf2}html.teal-mode .panel-header{border-bottom-color:#2ed5a014}html.teal-mode .stat-card:hover{border-color:#2ed5a047;box-shadow:0 12px 32px #2ed5a01a;background:#2ed5a00a}html.teal-mode .btn{background:linear-gradient(135deg,#2ed5a0,#1ab87a);box-shadow:0 8px 24px #2ed5a04d;color:#04100cf2}html.teal-mode .btn:hover{background:linear-gradient(135deg,#3de0ab,#22c98a);box-shadow:0 12px 32px #2ed5a066}html.teal-mode .btn-icon{color:#2ed5a0;border-color:#2ed5a033;background:#2ed5a00f}html.teal-mode .btn-icon.delete{background:#ff6b6b14;border-color:#ff6b6b33;color:#ff6b6b}html.teal-mode .btn-icon:hover{background:#2ed5a024;border-color:#2ed5a059}html.teal-mode input:focus,html.teal-mode select:focus,html.teal-mode textarea:focus{border-color:#2ed5a0;box-shadow:0 0 0 3px #2ed5a01a;background:#2ed5a005}html.teal-mode .progress-bar .progress-fill,html.teal-mode .progress-fill{background:linear-gradient(90deg,#2ed5a0,#1ab87a)}html.teal-mode .list-item:hover{border-color:#2ed5a038;background:#2ed5a00a}html.teal-mode .social-btn{color:#2ed5a0;border-color:#2ed5a02e;background:#2ed5a00f}html.teal-mode .social-btn:hover{background:#2ed5a029;border-color:#2ed5a059;color:#2ed5a0}html.teal-mode .notification,html.teal-mode .result-item{border-left-color:#2ed5a0}html.teal-mode .calc-tab.active{color:#2ed5a0;border-bottom-color:#2ed5a0}html.teal-mode .calc-tab:hover{color:#2ed5a0}html.teal-mode select option{background:#0a0a0a;color:#e8eaf0}html.teal-mode ::-webkit-scrollbar-thumb{background:#2ed5a02e}html.teal-mode ::-webkit-scrollbar-thumb:hover{background:#2ed5a052}html.teal-mode .tips-box,html.teal-mode .result-box,html.teal-mode .survey-container{background:#2ed5a00d;border-color:#2ed5a026}html.teal-mode .panel:before{background:radial-gradient(circle,rgba(46,213,160,.04) 0%,transparent 65%)}
