.cards-section{display:flex;flex-direction:column;align-items:center;gap:30px;margin:600px auto 0;max-width:1000px;width:100%;position:relative;z-index:5}.card{max-width:1000px;height:420px;background-color:#f3efd8;border-radius:16px;box-shadow:0 8px 24px #0000001a;display:flex;overflow:hidden;transition:transform .3s ease;cursor:pointer;position:relative;z-index:5;opacity:0;transition:all .4s ease-out}.card:hover{background-color:#f8f4dd}.fade-in{opacity:1}.card-left,.card-right{flex:1;display:flex;flex-direction:column;justify-content:center;padding:24px}.card-left{align-items:flex-start;text-align:left}.card-right{align-items:center;justify-content:center}.card-image{border-radius:8px}.card-logo-icon{width:36px;height:36px;mix-blend-mode:multiply}.card-title{font-family:Onest,sans-serif;font-size:48px;font-weight:500;margin-top:24px;margin-bottom:24px}.card-subtitle{display:flex;align-items:center;font-size:18px;font-weight:500;color:#595959}.circle{width:6px;height:6px;background-color:#abd9ce;border-radius:50%;margin-right:10px;margin-left:10px}.card-description{font-size:20px;font-weight:300;color:#595959;margin-bottom:24px;min-height:80px}.card-button{min-width:160px;width:auto;height:42px;display:flex;justify-content:flex-start;align-items:center;border-radius:12px;background-color:#fff;border:none;cursor:pointer;font-size:18px;font-family:Onest,sans-serif;font-weight:400;color:#595959;padding:0 16px;white-space:nowrap}.card-button img{width:24px;height:16px;margin-left:12px;transition:transform .3s ease;color:#595959}.card-button:hover img{transform:translate(10px)}@media (max-width: 1000px){.card{margin:0 20px}}@media (max-width: 768px){.cards-section{margin:500px auto 0;padding:0 20px}.card{height:auto;padding-bottom:20px;flex-direction:column}.card-right{display:none}.card-description{min-height:60px;font-size:18px;margin-bottom:20px;line-height:1.4}.card-button{height:40px;font-size:16px;padding:0 14px}.card-button img{width:20px;height:14px;margin-left:10px}.card-title{font-size:32px;margin:16px 0}}@media (max-width: 480px){.cards-section{margin:400px auto 0;padding:0 10px}.card{margin:0 10px;padding:16px;border-radius:12px}.card .card-left{padding:0}.card .card-right{display:none}.card .card-title{font-size:28px;margin:12px 0}.card .card-subtitle{font-size:16px}.card .card-description{font-size:16px;min-height:50px;margin-bottom:16px}.card .card-button{height:36px;font-size:14px;padding:0 12px;min-width:140px}.card .card-button img{width:16px;height:12px;margin-left:8px}.card .card-logo-icon{width:28px;height:28px}}@media (max-width: 400px){.card-title{font-size:36px}}.container{max-width:100%;width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:60px;padding:0 10px}@media (max-width: 768px){.container{width:100%;padding:0 5px}}.navbar{padding:10px;width:calc(100% - 20px);position:fixed;top:0;z-index:100;transform:translateY(-80px);transition:all .4s ease-out}@media (max-width: 768px){.navbar{padding:10px;width:calc(100% - 20px)}}.fade-in{transform:translateY(0)}.fade-in .container{animation:bounce .2s ease-out .4s}.icon-button{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#fff;box-shadow:0 0 10px 8px #0000001a;cursor:pointer;position:relative}@media (max-width: 768px){.icon-button{width:60px;height:60px;box-shadow:0 0 6px 4px #0000000d}}.icon-button.logo{perspective:1000px}.logo-flipper{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1)}.logo-flipper.flipped{transform:rotateY(180deg)}.logo-front,.logo-back{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}.logo-front img{width:28px;height:28px}@media (max-width: 768px){.logo-front img{width:24px;height:24px}}.logo-back{transform:rotateY(180deg)}.back-button{font-size:0;background:none;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%}.back-button img{width:36px;height:24px}@media (max-width: 768px){.back-button img{width:30px;height:20px}}.is-subpage .logo img{display:none}.is-subpage .back-button{display:flex}.hide-toggle{display:none}.toggle-wrapper{transition:transform .4s ease-out,opacity .4s ease-out}.move-up{transform:translateY(-80px)}@-moz-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@-webkit-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@-o-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}.toggle-switch{font-family:Onest,sans-serif;font-weight:800;position:relative;display:flex;align-items:center;background:#f3f3f3;border-radius:50px;width:200px;height:60px;overflow:hidden;box-shadow:0 0 10px 8px #0000001a;-webkit-user-select:none;user-select:none;touch-action:pan-x}@media (max-width: 768px){.toggle-switch{box-shadow:0 0 5px 4px #0000000d}}.toggle-switch .active-bg{position:absolute;top:4px;left:4px;width:calc(50% - 8px);height:calc(100% - 8px);background-color:#fff;border-radius:50px;transition:transform .4s cubic-bezier(.4,0,.2,1);will-change:transform}.toggle-switch .active-bg.dragging{transition:none}.toggle-switch span{flex:1;text-align:center;font-size:20px;font-weight:700;color:#131313;cursor:pointer;z-index:2;line-height:60px;transition:color .3s ease}.toggle-switch span.active{color:#000}@media (max-width: 768px){.toggle-switch span{font-size:18px}}.gradient-text{font-family:Onest,sans-serif;font-weight:800;font-size:20px;background:linear-gradient(90deg,#ed63a3,#f657f6,#a330e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.gradient-text{font-size:18px}}.menu-wrapper{position:relative;margin-right:-5px}@media (max-width: 768px){.menu-wrapper{margin-right:0}}@media (max-width: 480px){.menu-wrapper .menu-button{width:50px;height:50px;box-shadow:0 0 4px 2px #0000000d}.menu-wrapper .menu-button img{width:20px;height:20px}.menu-wrapper .menu-dropdown{width:180px;right:-5px;top:55px;padding:8px 6px}.menu-wrapper .menu-dropdown .menu-item{height:38px;padding:0 8px}.menu-wrapper .menu-dropdown .menu-item img{width:18px;height:18px;margin-right:8px}.menu-wrapper .menu-dropdown .menu-item span{font-size:15px}.menu-wrapper .menu-dropdown .close-button{top:8px;right:8px;padding:4px}.menu-wrapper .menu-dropdown .close-button img{width:10px;height:10px}}.menu-button{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#fff;box-shadow:0 0 10px 8px #0000001a;cursor:pointer;border:none;position:relative}@media (max-width: 768px){.menu-button{width:60px;height:60px;box-shadow:0 0 6px 4px #0000000d}}.menu-button img{width:24px;height:24px}@media (max-width: 768px){.menu-button img{width:22px;height:22px}}.menu-dropdown{position:absolute;top:70px;right:0;width:240px;height:auto;min-height:auto;background-color:#fff;box-shadow:0 4px 15px #0000001a;border-radius:12px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:16px 12px;z-index:1000}@media (max-width: 768px){.menu-dropdown{top:60px;right:-10px;width:200px;padding:12px 8px;box-shadow:0 0 8px #0000001a}}.menu-item{display:flex;align-items:center;justify-content:flex-start;width:100%;height:40px;margin:2px 0;cursor:pointer;padding:0 10px;border-radius:6px;transition:background-color .2s ease}.menu-item:hover{background-color:#0000000d}@media (max-width: 768px){.menu-item{height:42px;margin:1px 0}}.menu-item img{width:22px;height:22px;margin-right:10px}@media (max-width: 768px){.menu-item img{width:20px;height:20px}}.menu-item span{font-family:Onest,sans-serif;font-size:18px;font-weight:300;color:#000;transition:font-weight .2s ease}@media (max-width: 768px){.menu-item span{font-size:16px}}.menu-item:hover span{font-weight:500}.close-button{position:absolute;top:12px;right:12px;cursor:pointer;padding:6px}.close-button img{width:14px;height:14px}@media (max-width: 768px){.close-button img{width:12px;height:12px}}.about{padding:2rem;min-height:100vh;position:relative;z-index:5}.about-header{margin-bottom:4rem;text-align:center}.about-header h1{font-size:5rem;font-weight:900;background:linear-gradient(135deg,#2a9d8f,#e9c46a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;letter-spacing:-.02em;animation:fadeUp .8s ease-out}.about-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.about-sections{grid-template-columns:1fr;gap:3rem}}.about .section{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000001a;animation:fadeIn .8s ease-out}.about .section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#2a9d8f}.about .section p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1rem}.about .section .icon{font-size:2rem;margin-bottom:1rem;opacity:.8}.about-card{background:#f3efd8;border-radius:16px;padding:30px;transition:all .3s ease;position:relative;overflow:hidden}.about-card:hover{background:#f8f4dd;transform:translateY(-2px)}.about-card.highlight{background:linear-gradient(135deg,#f3efd8,#abd9ce)}.about-card.highlight:hover{background:linear-gradient(135deg,#f8f4dd,#bce9de)}.about-card h2{font-family:Onest,sans-serif;font-size:28px;font-weight:600;margin:20px 0;color:#131313}.about-card p{font-size:18px;line-height:1.6;color:#595959;font-weight:300}.about-icon{width:36px;height:36px;mix-blend-mode:multiply}@media (max-width: 768px){.about-card{padding:24px}.about-card h2{font-size:24px;margin:16px 0}.about-card p{font-size:16px}}@media (max-width: 480px){-header{margin-bottom:2rem}-header h1{font-size:3rem;margin-bottom:.5rem}-sections{gap:1.5rem;padding:0}.section{padding:1.5rem;border-radius:12px}.section h2{font-size:1.5rem;margin-bottom:1rem}.section p{font-size:1rem;line-height:1.5;margin-bottom:.8rem}.section .icon{font-size:1.8rem;margin-bottom:.8rem}.about-card{padding:1.2rem}.about-card h2{font-size:1.3rem;margin:12px 0}.about-card p{font-size:.9rem;line-height:1.4}.about-icon{width:28px;height:28px}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.detail-page{max-width:800px;margin:120px auto 60px;padding:0 24px;animation:fadeUp .6s ease-out;position:relative;z-index:5}.detail-header{text-align:center;margin-bottom:40px}.detail-logo{width:64px;height:64px;margin-bottom:24px;mix-blend-mode:multiply}.detail-title{font-family:Onest,sans-serif;font-size:56px;font-weight:600;margin-bottom:16px;background:linear-gradient(135deg,#2a9d8f,#e9c46a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.detail-subtitle{display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:500;color:#595959;gap:12px}.circle{width:6px;height:6px;background-color:#abd9ce;border-radius:50%}.detail-hero{margin:40px 0;border-radius:16px;overflow:hidden}.detail-hero img{width:100%;height:auto;display:block}.detail-content .section-heading{font-family:Onest,sans-serif;font-size:32px;font-weight:600;margin:48px 0 24px;color:#131313}.detail-content .section-text{font-size:18px;line-height:1.8;color:#595959;margin-bottom:16px}.detail-content .detail-image{margin:32px 0}.detail-content .detail-image img{width:100%;border-radius:12px}.detail-content .detail-image figcaption{text-align:center;font-size:14px;color:#999;margin-top:12px;font-style:italic}.detail-page.loading{display:flex;justify-content:center;align-items:center;min-height:60vh;font-size:18px;color:#999}.loading-skeleton{width:100%;max-width:600px;padding:40px 24px}.loading-skeleton .skeleton-header{height:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;margin-bottom:24px}.loading-skeleton .skeleton-content{height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.detail-page.error{text-align:center;padding:100px 24px;color:#999}@media (max-width: 768px){.detail-page{margin:100px auto 40px;padding:0 20px}.detail-title{font-size:40px}.detail-subtitle{font-size:16px}.detail-content .section-heading{font-size:24px;margin:32px 0 16px}.detail-content .section-text{font-size:16px;line-height:1.6}}@media (max-width: 480px){.detail-page{margin:80px auto 40px;padding:0 16px}.detail-title{font-size:32px}.detail-logo{width:48px;height:48px}.detail-content .section-heading{font-size:22px}.detail-content .section-text{font-size:15px}}@-moz-keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-o-keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-moz-keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@-webkit-keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@-o-keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.shapes-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1;transition:opacity .3s ease}.shapes-container.hidden{opacity:0;pointer-events:none}.shapes-container.visible{opacity:1}.shape{width:24px;height:24px;opacity:.5;position:absolute;border-radius:2px;transition:transform .3s ease,clip-path .3s ease;z-index:1;pointer-events:auto;cursor:default;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.triangle{clip-path:polygon(50% 0%,0% 100%,100% 100%)}.square{clip-path:inset(0% 0% 0% 0%)}.footer{text-align:center;padding:24px 0;font-size:16px;color:#595959;width:100%;margin-top:auto;position:relative;z-index:5}@media (max-width: 768px){.footer{font-size:12px}}.hero-section{width:800px;height:400px;position:absolute;top:150px;left:0;right:0;margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;background-color:transparent;opacity:0;transform:translateY(20px);transition:all .4s ease-out;z-index:5}.fade-in{opacity:1;transform:translateY(0)}.hero-title{font-family:Onest,sans-serif;font-weight:700;font-size:84px;background:linear-gradient(90deg,#e56661,#d65927,#b60b0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.hero-location{display:flex;align-items:center;justify-content:center}.hero-location .location-icon{width:24px;height:32px;margin-right:8px}.hero-location span{font-family:Onest,sans-serif;font-size:24px;font-weight:300;color:#000}.hero-description{font-family:Onest,sans-serif;font-size:24px;font-weight:200;color:#000;margin-top:96px}.hero-link-button{all:unset;cursor:pointer;color:#000;font-family:Onest,sans-serif;font-size:24px;font-weight:400;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.hero-link-button:hover{color:#e56661;text-decoration-color:#e56661}@media (max-width: 768px){.hero-section{width:378px;height:365px;top:200px}.hero-title{font-size:44px;white-space:normal}.hero-location{margin-top:4px}.hero-location .location-icon{width:12px;height:16px}.hero-location span{font-size:16px}.hero-description{font-size:16px;margin-top:44px;margin-left:12px;margin-right:12px}.hero-link-button{font-size:16px}}.flip-container,.flip-inner{width:100%;height:100%;position:relative;background:transparent}.flip-front{opacity:1;transition:opacity .3s ease;background:transparent}.flip-back{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .3s ease;background:transparent}.flip-inner.flipped .flip-front{opacity:0;pointer-events:none}.flip-inner.flipped .flip-back{opacity:1;pointer-events:auto}.login-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff7e6;padding:20px;box-sizing:border-box}.login-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:400px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(0,0,0,.08)}.login-title{font-family:Archivo Black,sans-serif;font-size:24px;color:#1a1a2e;margin-bottom:8px;text-align:center}.login-subtitle{font-family:Roboto Mono,monospace;font-size:14px;color:#00000080;margin-bottom:32px;text-align:center}.login-form{display:flex;flex-direction:column;gap:16px}.login-input{background:#f8f8f8;border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:14px 16px;font-family:Roboto Mono,monospace;font-size:16px;color:#1a1a2e;outline:none;transition:all .3s ease}.login-input::placeholder{color:#0006}.login-input:focus{border-color:#44e4be;background:#fff;box-shadow:0 0 0 3px #44e4be33}.code-input-container{display:flex;gap:8px;justify-content:center}.code-digit{width:48px;height:56px;text-align:center;font-size:24px;font-family:Archivo Black,sans-serif;background:#f8f8f8;border:1px solid rgba(0,0,0,.15);border-radius:8px;color:#1a1a2e;outline:none;transition:all .3s ease}.code-digit:focus{border-color:#44e4be;background:#fff;box-shadow:0 0 0 3px #44e4be33}.login-button{background:linear-gradient(135deg,#44e4be,#2ecc71);border:none;border-radius:8px;padding:14px 24px;font-family:Archivo Black,sans-serif;font-size:14px;color:#1a1a2e;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #44e4be66}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-cancel{background:transparent;border:1px solid rgba(0,0,0,.2);color:#0009}.login-cancel:hover:not(:disabled){background:#0000000d;border-color:#0000004d;box-shadow:none;transform:none}.login-error{background:#e74c3c1a;border:1px solid rgba(231,76,60,.3);border-radius:8px;padding:12px 16px;color:#c0392b;font-family:Roboto Mono,monospace;font-size:13px;text-align:center}.login-success{background:#44e4be1a;border:1px solid rgba(68,228,190,.3);border-radius:8px;padding:12px 16px;color:#27ae60;font-family:Roboto Mono,monospace;font-size:13px;text-align:center}.login-step{font-family:Roboto Mono,monospace;font-size:12px;color:#0006;text-align:center;margin-top:8px}.cms-layout{min-height:100vh;background:#fff7e6;color:#333}.cms-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d}.cms-logo{font-family:Archivo Black,sans-serif;font-size:18px;color:#1a1a2e}.cms-nav{display:flex;gap:24px}.cms-nav-item{font-family:Roboto Mono,monospace;font-size:14px;color:#00000080;background:none;border:none;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s ease}.cms-nav-item:hover{color:#333;background:#0000000d}.cms-nav-item.active{color:#1a1a2e;background:#44e4be26}.cms-user{display:flex;align-items:center;gap:16px}.cms-email{font-family:Roboto Mono,monospace;font-size:13px;color:#00000080}.cms-logout{background:transparent;border:1px solid rgba(0,0,0,.2);border-radius:6px;padding:8px 16px;font-family:Roboto Mono,monospace;font-size:13px;color:#0009;cursor:pointer;transition:all .2s ease}.cms-logout:hover{background:#0000000d;border-color:#0000004d}.cms-content{padding:32px;max-width:1400px;margin:0 auto}.cards-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.cards-title{font-family:Archivo Black,sans-serif;font-size:28px;color:#1a1a2e}.cards-add-btn{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#44e4be,#2ecc71);border:none;border-radius:8px;padding:12px 20px;font-family:Archivo Black,sans-serif;font-size:13px;color:#1a1a2e;cursor:pointer;transition:all .3s ease}.cards-add-btn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #44e4be66}.cards-tabs{display:flex;gap:4px;margin-bottom:24px;background:#fff;padding:4px;border-radius:8px;width:fit-content;border:1px solid #e0e0e0}.cards-tab{padding:10px 20px;font-family:Roboto Mono,monospace;font-size:13px;color:#00000080;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.cards-tab:hover{color:#333}.cards-tab.active{background:#f0f0f0;color:#1a1a2e}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.card-item{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e0e0e0;transition:all .3s ease;cursor:pointer}.card-item:hover{border-color:#44e4be;transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.card-item-image{width:100%;height:160px;object-fit:cover;background:#f5f5f5}.card-item-image-placeholder{width:100%;height:160px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);display:flex;align-items:center;justify-content:center;color:#0000004d;font-family:Roboto Mono,monospace;font-size:13px}.card-item-content{padding:20px}.card-item-title{font-family:Archivo Black,sans-serif;font-size:18px;color:#1a1a2e;margin-bottom:4px}.card-item-subtitle{font-family:Roboto Mono,monospace;font-size:12px;color:#00000080;margin-bottom:12px}.card-item-description{font-family:Roboto Mono,monospace;font-size:13px;color:#000000b3;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid #e8e8e8}.card-item-status{font-family:Roboto Mono,monospace;font-size:11px;padding:4px 8px;border-radius:4px;text-transform:uppercase}.card-item-status.published{background:#44e4be26;color:#27ae60}.card-item-status.draft{background:#ffc10726;color:#e67e22}.card-item-actions{display:flex;gap:8px}.card-item-action{background:transparent;border:none;padding:6px;cursor:pointer;opacity:.5;transition:opacity .2s ease}.card-item-action:hover{opacity:1}.editor-container{max-width:1200px;margin:0 auto}.editor-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.editor-back{background:#fff;border:1px solid #e0e0e0;color:#333;cursor:pointer;padding:8px 16px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-family:Roboto Mono,monospace;font-size:14px;transition:all .2s ease}.editor-back:hover{background:#f5f5f5;border-color:#ccc}.editor-title{font-family:Archivo Black,sans-serif;font-size:24px;color:#1a1a2e;flex:1}.preview-toggle{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:8px 16px;font-family:Roboto Mono,monospace;font-size:13px;color:#333;cursor:pointer;transition:all .2s ease}.preview-toggle:hover{background:#f5f5f5}.preview-toggle.active{background:#44e4be26;border-color:#44e4be;color:#1a1a2e}.editor-split{display:flex;gap:24px}@media (max-width: 1024px){.editor-split{flex-direction:column}}.editor-panel{flex:1;min-width:0}.preview-panel{flex:1;min-width:0;background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden}@media (min-width: 1025px){.preview-panel{position:sticky;top:32px;max-height:calc(100vh - 180px);overflow-y:auto}}.preview-header{background:#f8f8f8;padding:12px 20px;border-bottom:1px solid #e0e0e0}.preview-label{font-family:Roboto Mono,monospace;font-size:12px;color:#00000080;text-transform:uppercase;letter-spacing:1px}.preview-content{padding:24px}.preview-title{font-family:Archivo Black,sans-serif;font-size:28px;color:#1a1a2e;margin-bottom:8px}.preview-subtitle{font-family:Roboto Mono,monospace;font-size:14px;color:#00000080;margin-bottom:24px}.markdown-preview{font-family:Roboto,sans-serif;font-size:16px;line-height:1.7;color:#333}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3,.markdown-preview h4,.markdown-preview h5,.markdown-preview h6{font-family:Archivo Black,sans-serif;color:#1a1a2e;margin-top:24px;margin-bottom:12px}.markdown-preview h1{font-size:28px}.markdown-preview h2{font-size:22px}.markdown-preview h3{font-size:18px}.markdown-preview p{margin-bottom:16px}.markdown-preview a{color:#44e4be;text-decoration:underline}.markdown-preview a:hover{color:#2ecc71}.markdown-preview ul,.markdown-preview ol{margin-bottom:16px;padding-left:24px}.markdown-preview li{margin-bottom:8px}.markdown-preview blockquote{border-left:4px solid #44e4be;padding-left:16px;margin:16px 0;color:#000000b3;font-style:italic}.markdown-preview code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Roboto Mono,monospace;font-size:14px}.markdown-preview pre{background:#1a1a2e;color:#fff;padding:16px;border-radius:8px;overflow-x:auto;margin-bottom:16px}.markdown-preview pre code{background:transparent;padding:0;color:inherit}.markdown-preview img{max-width:100%;border-radius:8px;margin:16px 0}.markdown-preview table{width:100%;border-collapse:collapse;margin-bottom:16px}.markdown-preview table th,.markdown-preview table td{border:1px solid #e0e0e0;padding:12px;text-align:left}.markdown-preview table th{background:#f8f8f8;font-weight:600}.markdown-preview hr{border:none;border-top:1px solid #e0e0e0;margin:24px 0}@media (max-width: 1024px){.hidden-mobile{display:none!important}}.editor-form{display:flex;flex-direction:column;gap:24px}.editor-field{display:flex;flex-direction:column;gap:8px}.editor-label{font-family:Roboto Mono,monospace;font-size:12px;color:#0009;text-transform:uppercase;letter-spacing:1px}.editor-input{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:14px 16px;font-family:Roboto Mono,monospace;font-size:14px;color:#333;outline:none;transition:all .3s ease}.editor-input:focus{border-color:#44e4be;box-shadow:0 0 0 3px #44e4be26}.editor-input::placeholder{color:#00000059}.editor-textarea-short{min-height:80px;resize:vertical}.editor-textarea-markdown{min-height:300px;resize:vertical;font-family:Roboto Mono,monospace;font-size:14px;line-height:1.6}.markdown-toolbar{display:flex;gap:4px;padding:8px;background:#f8f8f8;border:1px solid #e0e0e0;border-bottom:none;border-radius:8px 8px 0 0;flex-wrap:wrap}.toolbar-btn{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:6px 10px;font-size:13px;cursor:pointer;transition:all .2s ease;color:#333;min-width:32px;display:flex;align-items:center;justify-content:center}.toolbar-btn:hover{background:#f0f0f0;border-color:#ccc}.toolbar-btn:active{background:#e8e8e8}.markdown-toolbar+.editor-textarea-markdown{border-radius:0 0 8px 8px}.editor-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.editor-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.editor-actions{display:flex;gap:16px;margin-top:16px;padding-top:24px;border-top:1px solid #e0e0e0}.editor-save{flex:1;background:linear-gradient(135deg,#44e4be,#2ecc71);border:none;border-radius:8px;padding:14px 24px;font-family:Archivo Black,sans-serif;font-size:14px;color:#1a1a2e;cursor:pointer;transition:all .3s ease}.editor-save:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #44e4be66}.editor-save:disabled{opacity:.5;cursor:not-allowed}.editor-cancel{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:14px 24px;font-family:Archivo Black,sans-serif;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease}.editor-cancel:hover{background:#f5f5f5;border-color:#ccc}.editor-delete{background:#fff;border:1px solid rgba(231,76,60,.3);border-radius:8px;padding:14px 24px;font-family:Archivo Black,sans-serif;font-size:14px;color:#e74c3c;cursor:pointer;transition:all .2s ease}.editor-delete:hover{background:#e74c3c1a;border-color:#e74c3c}.image-upload{border:2px dashed #e0e0e0;border-radius:12px;padding:40px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.image-upload:hover{border-color:#44e4be;background:#44e4be08}.image-upload.dragging{border-color:#44e4be;background:#44e4be14}.image-upload-icon{font-size:48px;margin-bottom:16px}.image-upload-text{font-family:Roboto Mono,monospace;font-size:14px;color:#0009;margin-bottom:8px}.image-upload-hint{font-family:Roboto Mono,monospace;font-size:12px;color:#0006}.image-preview{position:relative;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e0e0e0}.image-preview-img{width:100%;height:200px;object-fit:cover}.image-preview-remove{position:absolute;top:8px;right:8px;background:#ffffffe6;border:1px solid #e0e0e0;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#e74c3c;transition:all .2s ease}.image-preview-remove:hover{background:#e74c3c;color:#fff;border-color:#e74c3c}.spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(0,0,0,.2);border-radius:50%;border-top-color:#1a1a2e;animation:spin .8s linear infinite}@media (max-width: 768px){.login-screen{padding:16px;justify-content:flex-start;padding-top:15vh}.login-card{padding:32px 20px;width:calc(100% - 32px);max-width:400px;margin:0 auto;border-radius:20px}.login-title{font-size:22px;margin-bottom:6px}.login-subtitle{font-size:13px;margin-bottom:28px;line-height:1.5}.login-form{gap:20px}.login-input{padding:16px 18px;font-size:16px;border-radius:12px;border:2px solid rgba(0,0,0,.12)}.login-input:focus{border-color:#44e4be;box-shadow:0 0 0 4px #44e4be26}.code-input-container{gap:10px;justify-content:center;flex-wrap:nowrap}.code-digit{width:48px;height:58px;font-size:22px;border-radius:12px;border:2px solid rgba(0,0,0,.15);background:#fafafa}.code-digit:focus{border-color:#44e4be;background:#fff;box-shadow:0 0 0 4px #44e4be33}.login-button{width:100%;padding:18px 24px;font-size:15px;border-radius:12px;margin-top:8px}.login-button:active:not(:disabled){transform:scale(.98)}.login-cancel{width:100%;padding:16px 24px;font-size:14px;border-radius:12px;border:2px solid rgba(0,0,0,.15)}.login-cancel:active:not(:disabled){transform:scale(.98);background:#00000014}.login-error,.login-success{padding:14px 18px;font-size:13px;border-radius:12px;line-height:1.4}.login-step{font-size:12px;margin-top:12px;opacity:.7}.cms-header{flex-direction:column;gap:16px;padding:16px}.cms-nav{width:100%;justify-content:center}.cms-user{width:100%;justify-content:space-between}.cms-content{padding:16px}.cards-header{flex-direction:column;gap:16px;align-items:flex-start}.cards-grid,.editor-row{grid-template-columns:1fr}.editor-header{flex-direction:column;align-items:flex-start;gap:12px}.editor-title{order:-1;width:100%}.editor-back{order:0}.preview-toggle{order:1}}@media (max-width: 380px){.login-card{padding:28px 16px;width:calc(100% - 24px)}.code-input-container{gap:6px}.code-digit{width:42px;height:52px;font-size:20px;border-radius:10px}.login-title{font-size:20px}.login-subtitle{font-size:12px}}@-moz-keyframes spin{to{transform:rotate(360deg)}}@-webkit-keyframes spin{to{transform:rotate(360deg)}}@-o-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@font-face{font-family:Onest;src:url(/assets/Onest-VariableFont_wght-BybY81kG.ttf) format(truetype);font-weight:100 900;font-style:normal}body,html{margin:0;padding:0;overflow-x:hidden;font-family:Onest,sans-serif;background-color:#fff7e6;color:#333;box-sizing:border-box}#root,.app{display:flex;flex-direction:column;min-height:100vh;justify-content:space-between}.main-content{flex:1;position:relative;z-index:5}button:focus-visible,a:focus-visible,.card-button:focus-visible,.hero-link-button:focus-visible{outline:2px solid #2821f4;outline-offset:2px;border-radius:4px}@media (max-width: 768px){.content-wrapper{padding:0}}
