*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#1a2e44;--navy-dark:#0f1e2e;--gold:#c9a84c;--white:#fff;--grey-light:#f4f6f8;--grey-mid:#8a9ab0;--text:#1a2e44;--radius:8px;--max-w:1200px}body{color:var(--text);background:var(--white);font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}nav.site-nav{background:var(--navy);z-index:100;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0}nav.site-nav .logo{color:var(--white);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}nav.site-nav .logo span{color:var(--gold)}nav.site-nav .nav-links{gap:2rem;display:flex}nav.site-nav .nav-links a{color:#fffc;font-size:.9rem;transition:color .2s}nav.site-nav .nav-links a:hover{color:var(--white)}.hero{background:linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);color:var(--white);text-align:center;padding:5rem 2rem}.hero h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15}.hero h1 span{color:var(--gold)}.hero p{color:#ffffffbf;max-width:540px;margin:0 auto 2rem;font-size:1.15rem}.hero .cta{background:var(--gold);color:var(--navy-dark);border-radius:4px;padding:.875rem 2rem;font-size:.95rem;font-weight:700;transition:opacity .2s;display:inline-block}.hero .cta:hover{opacity:.9}.section{padding:4rem 2rem}.section.grey{background:var(--grey-light)}.container{max-width:var(--max-w);margin:0 auto}.section-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.section-sub{color:var(--grey-mid);margin-bottom:2.5rem}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.article-card{border-radius:var(--radius);background:var(--white);border:1px solid #e4e9ef;transition:transform .2s,box-shadow .2s;overflow:hidden}.article-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.article-card .card-img{object-fit:cover;background:var(--grey-light);width:100%;height:200px;color:var(--grey-mid);justify-content:center;align-items:center;font-size:.85rem;display:flex}.article-card .card-body{padding:1.25rem}.article-card .card-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.article-card .card-title{margin-bottom:.75rem;font-size:1.05rem;font-weight:700;line-height:1.35}.article-card .card-excerpt{color:var(--grey-mid);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.875rem;line-height:1.55;display:-webkit-box;overflow:hidden}.article-card .card-date{color:var(--grey-mid);font-size:.8rem}.article-page{max-width:780px;margin:0 auto;padding:3rem 2rem}.article-page .article-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--gold);margin-bottom:1rem;font-size:.8rem;font-weight:700}.article-page h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.2}.article-page .article-meta{color:var(--grey-mid);border-bottom:1px solid #e4e9ef;margin-bottom:2.5rem;padding-bottom:2.5rem;font-size:.875rem}.article-page .article-content{font-size:1rem;line-height:1.8}.article-page .article-content h2{margin:2rem 0 .75rem;font-size:1.35rem;font-weight:700}.article-page .article-content p{margin-bottom:1.25rem}.cats-bar{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.cats-bar a{border:1px solid #dde3ec;border-radius:100px;padding:.4rem 1rem;font-size:.825rem;transition:all .2s}.cats-bar a:hover,.cats-bar a.active{background:var(--navy);color:var(--white);border-color:var(--navy)}footer.site-footer .footer-inner{max-width:var(--max-w);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}footer.site-footer .footer-logo{color:var(--white);font-size:1rem;font-weight:700}footer.site-footer .footer-logo span{color:var(--gold)}footer.site-footer p{font-size:.825rem}.pagination{justify-content:center;gap:.5rem;margin-top:3rem;display:flex}.pagination a{border:1px solid #dde3ec;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}.pagination a.active{background:var(--navy);color:var(--white);border-color:var(--navy)}@media (max-width:640px){nav.site-nav .nav-links{display:none}.articles-grid{grid-template-columns:1fr}}.hero-cinematic{flex-direction:column;justify-content:center;align-items:center;height:100vh;min-height:600px;max-height:900px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:-8%}.hero-img-float{object-fit:cover;object-position:center;transform-origin:50%;filter:brightness(.55);width:100%;height:100%;animation:14s ease-in-out infinite alternate heroFloat}@keyframes heroFloat{0%{transform:scale(1.08)translate(0)}25%{transform:scale(1.12)translate(-12px,-8px)}50%{transform:scale(1.1)translate(8px,-14px)}75%{transform:scale(1.13)translate(-6px,6px)}to{transform:scale(1.08)translate(10px,-4px)}}.hero-overlay{background:linear-gradient(#0a14234d 0%,#0a142326 40%,#0a14238c 80%,#0a1423d9 100%);position:absolute;inset:0}.hero-content-wrap{z-index:2;text-align:center;max-width:860px;padding:0 2rem;position:relative}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.hero-heading{letter-spacing:-.03em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.4rem,6vw,4.5rem);font-weight:900;line-height:1.08}.hero-heading span{color:var(--gold);font-style:italic}.hero-sub{color:#ffffffbf;max-width:520px;margin:0 auto 2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{background:var(--gold);color:var(--navy-dark);letter-spacing:.01em;border-radius:4px;padding:.9rem 2.25rem;font-size:.95rem;font-weight:800;transition:opacity .2s,transform .2s;display:inline-block}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-ghost{color:#fff;border:2px solid #ffffff80;border-radius:4px;padding:.9rem 2rem;font-size:.95rem;font-weight:600;transition:border-color .2s,background .2s;display:inline-block}.btn-ghost:hover{background:#ffffff14;border-color:#fff}.hero-stats{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a142399;border-top:1px solid #ffffff14;justify-content:center;align-items:center;gap:0;padding:1.5rem 2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.hero-stats .stat{text-align:center;color:#fff9;letter-spacing:.04em;text-transform:uppercase;padding:0 3rem;font-size:.8rem}.hero-stats .stat span{color:#fff;letter-spacing:0;text-transform:none;margin-bottom:.2rem;font-size:1rem;font-weight:700;display:block}.hero-stats .stat-div{background:#ffffff26;width:1px;height:40px}.card-img-placeholder{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);opacity:.4;justify-content:center;align-items:center;width:100%;height:200px;font-size:2.5rem;display:flex}@media (max-width:640px){.hero-stats{display:none}.hero-heading{font-size:2.2rem}}footer.site-footer{background:var(--navy-dark);color:#fff9;margin-top:4rem;padding:4rem 2rem 0}.footer-inner{max-width:var(--max-w);border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;margin:0 auto;padding-bottom:3rem;display:grid}.footer-logo{color:var(--white);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.15rem;font-weight:800}.footer-logo span{color:var(--gold)}.footer-desc{max-width:26ch;font-size:.825rem;line-height:1.6}.footer-col-title{color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-list li{font-size:.825rem;line-height:1.5}.footer-list a{color:#fff9;transition:color .2s}.footer-list a:hover{color:var(--gold)}.footer-anpc{flex-direction:column;gap:.75rem;display:flex}.anpc-badge{color:#ffffffb3;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.775rem;line-height:1.4;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.anpc-badge:hover{border-color:var(--gold);color:var(--white)}.anpc-icon{flex-shrink:0;font-size:1.25rem}.footer-bottom{max-width:var(--max-w);color:#ffffff59;text-align:center;margin:0 auto;padding:1.5rem 0;font-size:.775rem}@media (max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:560px){.footer-inner{grid-template-columns:1fr}}.legal-page{min-height:60vh;padding:4rem 2rem}.legal-container{max-width:780px;margin:0 auto}.legal-container h1{letter-spacing:-.02em;color:var(--navy);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.legal-updated{color:var(--grey-mid);border-bottom:1px solid #e4e9ef;margin-bottom:3rem;padding-bottom:2rem;font-size:.875rem}.legal-container h2{color:var(--navy);margin:2.5rem 0 .75rem;font-size:1.15rem;font-weight:700}.legal-container h3{color:var(--navy);margin:1.5rem 0 .5rem;font-size:1rem;font-weight:600}.legal-container p{color:#3a4a5c;margin-bottom:1rem;font-size:.95rem;line-height:1.75}.legal-container ul{flex-direction:column;gap:.4rem;margin:.5rem 0 1rem 1.5rem;display:flex}.legal-container li{color:#3a4a5c;font-size:.95rem;line-height:1.65}.legal-container a{color:var(--navy);text-underline-offset:2px;text-decoration:underline}.legal-container a:hover{color:var(--gold)}.admin-login{background:var(--navy-dark);justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-box{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2.5rem}.admin-login-logo{color:var(--navy);margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.admin-login-logo span{color:var(--gold)}.admin-login-box h1{color:var(--navy);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.admin-layout{background:#f0f2f5;min-height:100vh;display:flex}.admin-sidebar{background:var(--navy-dark);flex-direction:column;flex-shrink:0;width:220px;height:100vh;padding:1.5rem 0;display:flex;position:sticky;top:0}.admin-sidebar-logo{color:#fff;border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding:0 1.25rem 1.5rem;font-size:1rem;font-weight:800}.admin-sidebar-logo span{color:var(--gold)}.admin-nav{flex-direction:column;display:flex}.admin-nav-item{color:#ffffffa6;padding:.75rem 1.25rem;font-size:.875rem;transition:all .15s;display:block}.admin-nav-item:hover{color:#fff;background:#ffffff0f}.admin-nav-item.active{color:#fff;background:#ffffff1a;font-weight:600}.admin-nav-item.admin-logout{color:#ff6464cc;margin-top:auto}.admin-main{flex:1;padding:2rem;overflow-y:auto}.admin-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-header h1{color:var(--navy);font-size:1.5rem;font-weight:800}.admin-header-actions{align-items:center;gap:.75rem;display:flex}.admin-stats{gap:1rem;margin-bottom:2rem;display:flex}.admin-stat{background:#fff;border:1px solid #e4e9ef;border-radius:8px;min-width:120px;padding:1.25rem 1.5rem}.admin-stat span{color:var(--navy);margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1;display:block}.admin-stat span.green{color:#22c55e}.admin-stat span.gold{color:var(--gold)}.admin-stat{color:var(--grey-mid);font-size:.8rem}.admin-table-wrap{background:#fff;border:1px solid #e4e9ef;border-radius:8px;overflow:hidden}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th{text-align:left;color:var(--grey-mid);text-transform:uppercase;letter-spacing:.05em;background:#f8f9fb;border-bottom:1px solid #e4e9ef;padding:.875rem 1rem;font-size:.775rem;font-weight:600}.admin-table td{vertical-align:middle;border-bottom:1px solid #f0f2f5;padding:.875rem 1rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#fafbfc}.admin-article-link{color:var(--navy);font-weight:600}.admin-article-link:hover{color:var(--gold)}.muted{color:var(--grey-mid);font-size:.825rem}.admin-cat{color:var(--navy);background:#eef2f8;border-radius:100px;padding:.2rem .6rem;font-size:.775rem;font-weight:600}.admin-status{font-size:.825rem;font-weight:500}.admin-status.published{color:#22c55e}.admin-status.draft{color:var(--gold)}.admin-action-btn{background:var(--navy);color:#fff;border-radius:4px;margin-right:.4rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;transition:opacity .15s;display:inline-block}.admin-action-btn:hover{opacity:.85}.admin-action-btn.ghost{color:var(--navy);background:#eef2f8}.admin-editor{grid-template-columns:1fr 280px;align-items:start;gap:1.5rem;display:grid}.admin-editor-main{flex-direction:column;gap:1.25rem;display:flex}.admin-field{flex-direction:column;gap:.4rem;display:flex}.admin-field label{color:var(--grey-mid);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:700}.admin-field input,.admin-field textarea,.admin-field select,.admin-panel input,.admin-panel select{background:#fff;border:1px solid #dde3ec;border-radius:6px;width:100%;padding:.65rem .875rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.admin-field input:focus,.admin-field textarea:focus,.admin-panel input:focus,.admin-panel select:focus{border-color:var(--navy);outline:none}.admin-input-lg{font-weight:600;font-size:1.1rem!important}.admin-input-mono{color:var(--grey-mid);font-family:monospace;font-size:.85rem!important}.admin-field textarea{resize:vertical;min-height:80px;line-height:1.6}.admin-editor-sidebar{flex-direction:column;gap:1rem;display:flex}.admin-panel{background:#fff;border:1px solid #e4e9ef;border-radius:8px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.admin-panel-title{text-transform:uppercase;letter-spacing:.06em;color:var(--grey-mid);font-size:.775rem;font-weight:700}.admin-img-preview{object-fit:cover;border:1px solid #e4e9ef;border-radius:4px;width:100%;max-height:160px}.admin-btn-upload{color:var(--navy);cursor:pointer;background:#f0f2f5;border:1px dashed #c0cad8;border-radius:6px;width:100%;padding:.6rem;font-size:.85rem;font-weight:600;transition:background .15s}.admin-btn-upload:hover{background:#e4e9ef}.admin-img-url{color:var(--grey-mid);word-break:break-all;font-family:monospace;font-size:.75rem}.admin-btn-primary{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:700;transition:opacity .15s;display:inline-block}.admin-btn-primary:hover{opacity:.88}.admin-btn-primary:disabled{opacity:.5;cursor:not-allowed}.admin-btn-ghost{color:var(--navy);cursor:pointer;background:#fff;border:1px solid #dde3ec;border-radius:6px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .15s}.admin-btn-ghost:hover{background:#f0f2f5}.admin-btn-danger{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .15s}.admin-btn-danger:hover{background:#fecaca}.admin-error{color:#dc2626;background:#fee2e2;border-radius:6px;padding:.65rem 1rem;font-size:.875rem}.admin-msg{border-radius:6px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.admin-msg.ok{color:#166534;background:#dcfce7}.admin-msg.err{color:#dc2626;background:#fee2e2}.admin-field input[type=url]{color:var(--grey-mid);font-size:.825rem}@media (max-width:900px){.admin-editor{grid-template-columns:1fr}.admin-sidebar{display:none}}.article-hero-img{border-radius:var(--radius);width:100%;max-height:480px;margin-bottom:2rem;overflow:hidden}.article-hero-img img{object-fit:cover;object-position:center;width:100%;height:480px;display:block}.article-inline-img{object-fit:cover;border-radius:var(--radius);width:100%;max-height:500px;display:block}.article-figure{margin:1.5rem 0}.article-figure figcaption{color:var(--grey-mid);text-align:center;margin-top:.5rem;font-size:.825rem;font-style:italic}.card-img-real{object-fit:cover;width:100%;height:200px;display:block}.resurse-featured{background:linear-gradient(135deg, var(--navy), var(--navy-dark));border-radius:var(--radius);color:var(--white);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:2.5rem;display:flex}.resurse-featured .rf-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.6rem;font-size:.75rem;font-weight:700}.resurse-featured h2{letter-spacing:-.02em;margin-bottom:.6rem;font-size:2rem;font-weight:800;line-height:1.1}.resurse-featured p{color:#c5d0de;max-width:540px;font-size:.95rem;line-height:1.55}.resurse-featured .rf-cta{background:var(--gold);color:var(--navy-dark);white-space:nowrap;border-radius:100px;padding:.85rem 1.6rem;font-weight:700;transition:transform .2s}.resurse-featured .rf-cta:hover{transform:translateY(-2px)}.product-badge{text-transform:uppercase;letter-spacing:.06em;background:var(--grey-light);color:var(--navy);border-radius:100px;margin-bottom:.6rem;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.product-price{color:var(--navy);margin-top:.5rem;font-size:1.15rem;font-weight:800}.product-detail{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.product-detail-img{border-radius:var(--radius);object-fit:cover;background:var(--grey-light);width:100%}.product-detail-img-ph{aspect-ratio:4/3;border-radius:var(--radius);background:var(--grey-light);justify-content:center;align-items:center;width:100%;font-size:4rem;display:flex}.product-detail h1{letter-spacing:-.02em;margin-bottom:.3rem;font-size:2rem;font-weight:800}.product-detail-price{color:var(--gold);margin:1rem 0;font-size:1.75rem;font-weight:800}.product-detail-desc{color:var(--text);white-space:pre-wrap;margin:1.5rem 0;line-height:1.7}.product-detail-meta{color:var(--grey-mid);border-top:1px solid #e4e9ef;margin-top:1rem;padding-top:1rem;font-size:.9rem}.btn-buy{background:var(--navy);color:var(--white);border:none;border-radius:100px;padding:.9rem 2rem;font-weight:700;display:inline-block}.btn-buy.soon{background:var(--grey-light);color:var(--grey-mid);cursor:not-allowed}@media (max-width:768px){.product-detail{grid-template-columns:1fr;gap:1.5rem}.resurse-featured{flex-direction:column;align-items:flex-start}}.cart-link{font-size:1.1rem;position:relative}.cart-count{background:var(--gold);color:var(--navy-dark);border-radius:100px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:800;display:inline-flex;position:absolute;top:-8px;right:-10px}.cart-wrap{grid-template-columns:1fr 320px;align-items:start;gap:2.5rem;display:grid}.cart-items{flex-direction:column;gap:1rem;display:flex}.cart-row{border-radius:var(--radius);border:1px solid #e4e9ef;grid-template-columns:64px 1fr auto auto auto;align-items:center;gap:1rem;padding:.75rem 1rem;display:grid}.cart-thumb{object-fit:cover;background:var(--grey-light);border-radius:6px;width:64px;height:64px}.cart-thumb.ph{justify-content:center;align-items:center;font-size:1.5rem;display:flex}.cart-name{font-size:.95rem;font-weight:700}.cart-meta{color:var(--grey-mid);margin-top:.2rem;font-size:.8rem}.cart-qty{color:var(--grey-mid);font-size:.9rem}.cart-qty-input{text-align:center;border:1px solid #dde3ec;border-radius:6px;width:56px;padding:.35rem}.cart-line-total{color:var(--navy);white-space:nowrap;font-weight:800}.cart-remove{color:var(--grey-mid);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem}.cart-remove:hover{color:#c0392b}.cart-summary{border-radius:var(--radius);background:var(--grey-light);border:1px solid #e4e9ef;padding:1.5rem}.cart-summary-row{justify-content:space-between;margin-bottom:.75rem;font-size:1.05rem;display:flex}.cart-summary-note{color:var(--grey-mid);margin-bottom:1.25rem;font-size:.8rem;line-height:1.5}.cart-summary .btn-buy{text-align:center;width:100%}@media (max-width:768px){.cart-wrap{grid-template-columns:1fr}.cart-row{grid-template-columns:48px 1fr auto;row-gap:.5rem}}
