body,.main-bg{background:#fff;color:#0e1726;font-family:Inter,system-ui,sans-serif;margin:0;padding:0}.header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.05)}.header-container{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;height:4rem;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.header-logo{width:2.25rem;height:2.25rem;border-radius:.5rem;background:#0a1f44;color:#fff;display:grid;place-items:center;font-weight:700;font-size:1.25rem}.header-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;color:#0a1f44}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-link{color:#0e1726;text-decoration:none;font-size:1rem;transition:color .2s}.header-link.active{font-weight:700;color:#ff6f61;border-bottom:3px solid #FF6F61;background:transparent}@media (hover: hover){.header-link:hover{color:#ff6f61}}.header-cta{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;background:#ff6f61;color:#fff;padding:.5rem 1rem;text-decoration:none;font-weight:500;transition:background .2s}.header-cta:hover{background:#2cb3b0}.hero-section{position:relative;min-height:72vh;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1f44cc;mix-blend-mode:multiply;z-index:1}.hero-content{position:relative;z-index:2;max-width:48rem;margin:0 auto;padding:6rem 1rem;text-align:center;color:#fff}.hero-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:1rem}.hero-desc{font-size:1.125rem;opacity:.95;margin-bottom:2rem}.hero-actions{display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}.hero-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;background:#ffffff1a;color:#fff;padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.3);font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s}.hero-btn:hover{background:#fff3}.about-section{padding:5rem 0}.about-container{max-width:80rem;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width: 1024px){.about-container{grid-template-columns:1fr 1fr}}.about-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;color:#0a1f44}.about-desc p{color:#0e1726cc;margin-bottom:1rem}.about-img-wrap{border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px #00000014}.about-img{width:100%;height:100%;object-fit:cover}.strategies-section{background:#f5f7fa;padding:5rem 0}.strategies-container{max-width:80rem;margin:0 auto;padding:0 1rem}.strategies-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;color:#0a1f44}.strategies-desc{color:#0e1726cc;margin:1rem 0 2.5rem}.strategies-list{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.strategies-list{grid-template-columns:1fr 1fr 1fr}}.strategy-card{border-radius:1rem;background:#fff;padding:1.5rem;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.05)}.strategy-title{font-weight:600;font-size:1.125rem}.strategy-desc{color:#0e1726b3;font-size:.95rem;margin:.5rem 0 1rem}.strategy-list{color:#0e1726cc;font-size:.95rem;margin-left:1rem}.process-section{padding:5rem 0}.process-container{max-width:80rem;margin:0 auto;padding:0 1rem}.process-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;color:#0a1f44}.process-desc{color:#0e1726cc;margin:1rem 0 2.5rem}.process-list{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}@media (min-width: 768px){.process-list{grid-template-columns:1fr 1fr 1fr 1fr}}.process-step{border-radius:1rem;border:1px solid rgba(0,0,0,.05);padding:1.5rem;background:#fff}.process-step-num{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:9999px;background:#f5f7fa;color:#0a1f44;font-weight:600;font-size:1rem}.process-step-title{margin-top:1rem;font-weight:600}.process-step-desc{margin-top:.5rem;color:#0e1726b3;font-size:.95rem}.footer-inner{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 768px){.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-inner-grid{max-width:80rem;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-inner-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.footer-brand-col{display:flex;flex-direction:column;gap:.5rem}.footer-nav-col{display:flex;align-items:flex-start}.footer-contact-col{display:flex;flex-direction:column;gap:.5rem;font-size:1rem}.footer-contact a{color:#fff;text-decoration:underline;transition:color .2s}.footer-contact a:hover{color:#ff6f61}.footer-legal-col{display:flex;flex-direction:column;gap:.5rem;font-size:1rem}.footer-legal a{color:#fff;text-decoration:underline;transition:color .2s}.footer-legal a:hover{color:#ff6f61}.footer-bottom-row{max-width:80rem;margin:2.5rem auto 0;padding:1.5rem 1rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.5rem;font-size:.85rem;color:#fff;opacity:.7;text-align:center}@media (min-width: 640px){.footer-bottom-row{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer-brand{display:flex;align-items:center;gap:.75rem;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700}.footer-brand-logo{width:2.5rem;height:2.5rem;background:#fff;color:#0a1f44;border-radius:.5rem;display:grid;place-items:center;font-size:2rem;font-weight:700}.footer-tagline{opacity:.8;font-size:1rem;text-align:center;margin:1rem 0}.footer-nav{display:flex;flex-direction:row;gap:1.5rem;font-size:1rem;margin:1rem 0}.footer-link{color:#fff;text-decoration:none;transition:color .2s}.footer-link:hover{color:#ff6f61}.footer-copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.5rem;font-size:.85rem;color:#fff;opacity:.6;text-align:center}.login-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a1f44b3;display:flex;align-items:center;justify-content:center;z-index:1000}.login-modal{background:#fff;border-radius:1rem;box-shadow:0 8px 32px #0a1f442e;padding:2.5rem 2rem 2rem;min-width:320px;max-width:90vw;color:#0a1f44;display:flex;flex-direction:column;align-items:stretch}.login-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#0a1f44;text-align:center}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-label{font-size:1rem;color:#0a1f44;font-weight:500;display:flex;flex-direction:column;gap:.5rem}.login-input{border:1px solid #d1d5db;border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;background:#f5f7fa;color:#0a1f44;outline:none;transition:border .2s}.login-input:focus{border-color:#ff6f61;background:#fff}.login-btn{background:#ff6f61;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.login-btn:hover{background:#2cb3b0}.login-error{color:#ff6f61;font-size:.95rem;text-align:center;margin-top:-.5rem}.login-success{color:#2cb3b0;font-size:.95rem;text-align:center;margin-top:-.5rem;margin-bottom:.5rem}.user-tabs-section{background:#f5f7fa;padding:2.5rem 0 2rem;margin-bottom:2rem}.user-tabs-bar{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.user-tab{background:none;border:none;color:#0a1f44;font-size:1.1rem;font-weight:600;padding:.75rem 2.5rem;border-radius:.75rem .75rem 0 0;cursor:pointer;transition:background .2s,color .2s;border-bottom:3px solid transparent}.user-tab.active{background:#fff;color:#ff6f61;border-bottom:3px solid #FF6F61}.user-tab-content{max-width:48rem;margin:0 auto;background:#fff;border-radius:0 0 1rem 1rem;box-shadow:0 4px 24px #0a1f4412;padding:2rem 2rem 2.5rem}.user-tab-content-wide{max-width:1000px;margin:2.5rem auto;background:#fff;border-radius:1rem;box-shadow:0 4px 24px #0a1f4412;padding:2.5rem}@media (max-width: 1024px){.user-tab-content-wide{max-width:98vw;padding:1.25rem}}@media (max-width: 900px){.user-tab-content-wide{max-width:98vw;padding:1rem}.strategies-container,.about-container,.process-container{padding:0 .5rem}.header-container{flex-direction:column;align-items:flex-start;gap:.5rem;height:auto}.header-nav{flex-wrap:wrap;gap:.5rem;width:100%;justify-content:flex-start}}@media (max-width: 600px){.user-tab-content-wide{padding:.5rem}.header-title{font-size:1rem}.header-logo{width:2rem;height:2rem;font-size:1rem}.footer-inner,.footer-inner-grid,.footer-bottom-row{padding:0 .5rem}.strategies-title,.about-title,.process-title,.tab-title{font-size:1.1rem}}.tab-title{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-weight:700;color:#0a1f44;margin-bottom:.5rem}.tab-desc{color:#0e1726cc;margin-bottom:1.5rem}.tab-upload{margin-bottom:.5rem;display:block}.tab-upload-hint{font-size:.95rem;color:#2cb3b0;margin-bottom:1.5rem}.tab-table-placeholder{background:#f5f7fa;color:#0a1f44;border-radius:.5rem;padding:2rem;text-align:center;font-size:1.05rem;opacity:.7}.profile-menu-wrap{position:relative;display:inline-block}.profile-icon-btn{background:#fff;border:2px solid #FF6F61;border-radius:9999px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:700;color:#ff6f61;transition:box-shadow .2s;margin-left:.5rem}.profile-icon-btn:focus{outline:none;box-shadow:0 0 0 2px #ff6f61}.profile-icon{font-family:Playfair Display,Georgia,serif;font-size:1.2rem}.profile-icon-svg{font-size:2rem;color:#ff6f61}@media (max-width: 600px){.profile-icon-svg{font-size:1.5rem}}.profile-dropdown{position:absolute;right:0;top:2.8rem;min-width:180px;background:#fff;border-radius:.75rem;box-shadow:0 4px 24px #0a1f4421;z-index:100;padding:.5rem 0;display:flex;flex-direction:column;gap:.25rem}.profile-dropdown-link{background:none;border:none;width:100%;text-align:left;padding:.75rem 1.25rem;font-size:1rem;color:#0a1f44;cursor:pointer;border-radius:.5rem;transition:background .15s,color .15s}.profile-dropdown-link:hover{background:#ff6f61;color:#fff}@media (max-width: 600px){.header-container{flex-direction:column;align-items:flex-start;gap:.5rem;height:auto}.header-nav{flex-wrap:wrap;gap:.5rem;width:100%;justify-content:flex-start}.profile-dropdown{min-width:140px;right:0;top:2.5rem}.profile-icon-btn{width:2rem;height:2rem;font-size:1rem}}.users-table-wrap{overflow-x:auto;margin-top:1.5rem}.users-table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;box-shadow:0 2px 12px #0a1f4412;font-size:1rem;min-width:480px}.users-table th,.users-table td{padding:.75rem 1rem;text-align:left}.users-table th{background:#f5f7fa;color:#0a1f44;font-weight:700;border-bottom:2px solid #FF6F61}.users-table tr:nth-child(2n){background:#f5f7fa}.users-table tr:hover{background:#fff0ed}@media (max-width: 600px){.users-table th,.users-table td{padding:.5rem;font-size:.95rem}.users-table{min-width:320px}}body{font-family:Inter,system-ui,sans-serif}.footer{background:#0a1f44;color:#fff;padding-top:3rem;padding-bottom:2rem;margin-top:4rem;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-brand{display:flex;align-items:center;gap:.75rem;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700}.footer .footer-brand-logo{width:2.5rem;height:2.5rem;background:#fff;color:#0a1f44;border-radius:.5rem;display:grid;place-items:center;font-size:2rem;font-weight:700}.footer .footer-nav{display:flex;flex-direction:row;gap:1.5rem;font-size:1rem;margin:1rem 0}.footer .footer-link{color:#fff;text-decoration:none;transition:color .2s}.footer .footer-link:hover{color:#ff6f61}.footer .footer-tagline{opacity:.8;font-size:1rem;text-align:center;margin:1rem 0}.footer .footer-copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1.5rem;font-size:.85rem;color:#fff;opacity:.6;text-align:center}
