.masthead{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat}.masthead-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;-webkit-backdrop-filter:blur(var(--masthead-blur, 0px));backdrop-filter:blur(var(--masthead-blur, 0px));pointer-events:none}.masthead-contents{position:relative;z-index:1;text-align:center;padding:40px;max-width:900px}.masthead-title{font-size:72px;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.02em;line-height:1.1;font-family:Georgia,Times New Roman,serif}.masthead-subtitle{font-size:16px;color:#ffffffe6;margin:0;font-weight:400;letter-spacing:.5px}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:1;animation:bounce 2s infinite}.scroll-indicator svg{width:24px;height:24px;color:#fffc}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media (max-width: 1024px){.masthead-title{font-size:56px}}@media (max-width: 768px){.masthead-title{font-size:40px}.masthead-subtitle{font-size:14px}.masthead-contents{padding:30px}}.project-card{display:block;text-decoration:none;color:inherit}.project-card-image{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0}.project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.project-card:hover .project-card-image img{transform:scale(1.02)}.project-card-info{padding:12px 15px 20px;background:#fff}.project-card-title{font-size:14px;font-weight:400;color:#000;margin:0 0 4px;line-height:1.4}.project-card-date{font-size:13px;color:#888}.project-card.overlay-style .project-card-info{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,#0009);opacity:0;transition:opacity .3s ease}.project-card.overlay-style:hover .project-card-info{opacity:1}.project-card.overlay-style .project-card-title{color:#fff}.project-card.overlay-style .project-card-date{color:#fffc}.project-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:var(--grid-gap, 20px);width:100%}.project-grid-loading,.project-grid-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:#888}@media (max-width: 1200px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.project-grid{grid-template-columns:1fr}}.back-to-top-section{padding:60px 40px;text-align:center;display:flex;justify-content:center;width:100%}.back-to-top-link{background:none;border:none;font-size:14px;color:#333;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease;font-family:inherit}.back-to-top-link:hover{color:#000}.back-to-top-link .arrow{font-size:14px}.back-to-top-fixed{position:fixed;bottom:30px;right:30px;width:44px;height:44px;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;z-index:100}.back-to-top-fixed.visible{opacity:1;visibility:visible}.back-to-top-fixed:hover{background:#000;border-color:#000}.back-to-top-fixed:hover .icon-back-to-top{fill:#fff}.icon-back-to-top{width:18px;height:18px;fill:#000;transition:fill .2s ease}@media (max-width: 768px){.back-to-top-fixed{bottom:20px;right:20px;width:40px;height:40px}}.home-page{min-height:100vh}.home-content{display:flex;background:#fff;max-width:1600px;margin:0 auto;padding:80px 120px;gap:80px}.home-sidebar{flex-shrink:0;width:200px;position:sticky;top:80px;align-self:flex-start}.home-nav{display:flex;flex-direction:column;gap:30px}.nav-title{font-size:32px;font-weight:400;margin:0;color:#000}.nav-link{font-size:14px;color:#666;text-decoration:none;transition:color .2s}.nav-link:hover{color:#000}.nav-section-title{font-size:11px;font-weight:700;letter-spacing:1px;color:#000;margin:0;text-transform:uppercase}.project-index li a{font-size:13px;color:#666;text-decoration:none;transition:color .2s;display:block}.project-index li a:hover{color:#000}.home-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}.site-footer{padding:60px 40px;text-align:center;color:#ccc;font-size:13px}.site-footer span{opacity:.7}.mobile-header{display:none;padding:20px;background:#fff;position:sticky;top:0;z-index:100;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.mobile-title{font-size:24px;font-weight:400;color:#000;text-decoration:none}.mobile-menu-toggle svg{width:24px;height:24px;color:#000}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;overflow-y:auto}.mobile-menu-close svg{width:28px;height:28px;color:#000}.mobile-nav-header{font-size:20px;font-weight:400;color:#999;margin:0;text-align:center}.mobile-nav-section-title{font-size:14px;font-weight:700;letter-spacing:1px;color:#000;margin:0;text-transform:uppercase;text-align:center}.mobile-project-list li a{font-size:16px;color:#666;text-decoration:none;display:block;text-align:center;transition:color .2s}.mobile-project-list li a:hover{color:#000}@media (max-width: 1200px){.home-content{padding:60px 80px;gap:60px}}@media (max-width: 968px){.mobile-header{display:flex}.home-sidebar{display:none}.home-content{padding:40px 60px}}@media (max-width: 768px){.home-content{padding:30px 20px}}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;z-index:2000;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-content{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center;cursor:default}.lightbox-content img{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain}.lightbox-close{position:fixed;top:20px;right:20px;width:44px;height:44px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2001}.lightbox-close:hover{background:#fff3}.lightbox-close svg{width:24px;height:24px;color:#fff}.lightbox-prev,.lightbox-next{position:fixed;top:50%;transform:translateY(-50%);width:60px;height:60px;background:#ffffff1a;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:2001}.lightbox-prev:hover,.lightbox-next:hover{background:#fff3}.lightbox-prev{left:40px}.lightbox-next{right:40px}.lightbox-prev svg,.lightbox-next svg{width:32px;height:32px;color:#fff}.lightbox-counter{position:fixed;bottom:30px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;background:#00000080;padding:8px 16px;border-radius:20px;z-index:2001}@media (max-width: 768px){.lightbox-close{top:10px;right:10px;width:40px;height:40px}.lightbox-prev,.lightbox-next{width:50px;height:50px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-counter{bottom:20px}}.equal-height-image-rows{display:flex;flex-direction:column;gap:var(--equal-height-gap, 4px)}.equal-height-image-row{display:flex;align-items:stretch;gap:var(--equal-height-gap, 4px)}.equal-height-image-cell{position:relative;min-width:0}.equal-height-image-cell>.gallery-item,.equal-height-image-cell>.editable-image{width:100%;height:100%}.equal-height-image-cell img{display:block;width:100%;height:100%}@media (max-width: 768px){.equal-height-image-row{flex-direction:column}.equal-height-image-cell{width:100%!important;height:auto!important;flex:1 1 auto!important}.equal-height-image-cell img{height:auto}}.section-gallery{width:100%;padding-left:var(--global-padding, 0%);padding-right:var(--global-padding, 0%)}.gallery-section{padding-top:var(--padding-top, 0);padding-bottom:var(--padding-bottom, 40px);padding-left:var(--padding-horizontal, 0%);padding-right:var(--padding-horizontal, 0%)}.gallery-section:last-child{padding-bottom:var(--padding-bottom, 0)}.section-images{--columns: 3;--gap: 4px}.section-text-content{max-width:800px;margin:0 auto;padding:0;text-align:center}.section-text-content p{font-size:var(--text-font-size, 16px);line-height:1.8;color:#333;margin:0 0 1em}.section-text-content.is-title p{font-weight:700;line-height:1.2;letter-spacing:.01em}.section-text-content.is-body p{font-weight:400}.section-text-content.align-left{text-align:left}.section-text-content.align-center{text-align:center}.section-text-content.align-right{text-align:right}.section-text-content p:last-child{margin-bottom:0}.gallery-item{cursor:pointer;transition:opacity .2s}.gallery-item:hover{opacity:.9}.layout-grid{display:grid;grid-template-columns:repeat(var(--columns, 3),1fr);gap:var(--gap, 4px)}.layout-grid .gallery-item{aspect-ratio:1;overflow:hidden}.layout-grid .gallery-item img{width:100%;height:100%;object-fit:cover}.layout-full-width{display:flex;flex-direction:column;gap:var(--gap, 4px)}.layout-full-width .gallery-item img{width:100%;height:auto;display:block}.layout-two-column,.layout-three-column{--equal-height-gap: var(--gap, 4px)}.layout-two-column .gallery-item img,.layout-three-column .gallery-item img{width:100%;height:100%;display:block}@media (max-width: 1024px){.layout-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-text-content{padding:10px 20px}.section-text-content p{font-size:15px}.layout-grid{grid-template-columns:1fr}}.project-detail{min-height:100vh;background:#fff;padding:40px 0}.project-detail-page{min-height:100vh}.project-detail-content{display:flex;max-width:1600px;margin:0 auto;padding:80px 120px;gap:80px}.project-sidebar{flex-shrink:0;width:200px;position:sticky;top:80px;align-self:flex-start}.project-nav{display:flex;flex-direction:column;gap:30px}.nav-title-link{text-decoration:none;color:inherit;transition:opacity .2s}.nav-title-link:hover{opacity:.7}.nav-title{font-size:32px;font-weight:400;margin:0;color:inherit}.nav-links{display:flex;flex-direction:column;gap:10px}.nav-link{font-size:14px;color:inherit;text-decoration:none;transition:opacity .2s}.nav-link:hover{opacity:.7}.nav-section{display:flex;flex-direction:column;gap:12px}.nav-section-title-link{text-decoration:none;color:inherit;transition:opacity .2s}.nav-section-title-link:hover{opacity:.7}.nav-section-title{font-size:11px;font-weight:700;letter-spacing:1px;color:inherit;margin:0;text-transform:uppercase}.project-index{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.project-index li a{font-size:13px;color:inherit;text-decoration:none;transition:opacity .2s;display:block}.project-index li a:hover{opacity:.7}.project-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}.project-header{text-align:center;padding:0 0 40px;width:100%}.project-title{font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin:0;color:#000}.project-description{font-size:16px;font-weight:400;line-height:1.6;margin:20px auto 0;max-width:600px;color:#666}.project-gallery{width:100%}.project-loading{display:flex;align-items:center;justify-content:center;min-height:400px}.project-not-found{text-align:center;padding:100px 20px}.project-not-found h2{font-size:24px;font-weight:400;margin-bottom:20px}.project-not-found a{font-size:14px;color:#666;text-decoration:none}.project-not-found a:hover{color:#000}.project-footer{padding:60px 40px;text-align:center;color:#ccc;font-size:13px}.project-footer span{opacity:.7}.mobile-header{display:none;padding:20px;position:sticky;top:0;z-index:100;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-title{font-size:24px;font-weight:400;text-decoration:none}.mobile-menu-toggle{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle svg{width:24px;height:24px}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;overflow-y:auto}.mobile-menu-content{padding:20px;min-height:100vh}.mobile-menu-close{position:absolute;top:20px;right:20px;background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-menu-close svg{width:28px;height:28px}.mobile-nav{padding-top:60px;display:flex;flex-direction:column;gap:40px}.mobile-nav-header{font-size:20px;font-weight:400;margin:0;text-align:center}.mobile-nav-section{display:flex;flex-direction:column;gap:20px}.mobile-nav-section-title{font-size:14px;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase;text-align:center}.mobile-project-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.mobile-project-list li a{font-size:16px;text-decoration:none;display:block;text-align:center;transition:opacity .2s}.mobile-project-list li a:hover{opacity:.7}@media (max-width: 1200px){.project-detail-content{padding:60px 80px;gap:60px}}@media (max-width: 968px){.mobile-header{display:flex}.project-sidebar{display:none}.project-detail-content{padding:40px 60px}}@media (max-width: 768px){.project-detail{padding:20px 0}.project-detail-content{padding:30px 20px}.project-header{padding:20px 0 30px}.project-title{font-size:16px}.project-description{font-size:14px;margin-top:16px}}.info-page{min-height:100vh;display:flex;align-items:center;padding:60px 40px}.info-content{max-width:600px}.info-content h1{font-size:32px;font-weight:400;margin:0 0 8px;color:#000}.info-subtitle{font-size:16px;color:#888;margin:0 0 50px}.info-section{margin-bottom:40px}.info-section:last-child{margin-bottom:0}.info-section h2{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px;color:#888;margin:0 0 15px}.info-section p{font-size:16px;line-height:1.7;color:#333;margin:0 0 15px}.info-section p:last-child{margin-bottom:0}.info-section ul{list-style:none;padding:0;margin:0}.info-section li{font-size:16px;line-height:1.7;color:#333;padding:5px 0}.clients-list{color:#666}@media (max-width: 768px){.info-page{padding:80px 25px 40px;align-items:flex-start}.info-content h1{font-size:28px}}.contact-page{min-height:100vh;display:flex;align-items:center;padding:60px 40px}.contact-content{max-width:500px;width:100%}.contact-content h1{font-size:32px;font-weight:400;margin:0 0 15px;color:#000}.contact-intro{font-size:16px;line-height:1.6;color:#666;margin:0 0 40px}.contact-form{margin-bottom:50px}.contact-form .form-group{margin-bottom:25px}.contact-form label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.contact-form input,.contact-form textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:16px;font-family:inherit;transition:border-color .2s ease;background:#fff}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#000}.contact-form textarea{resize:vertical;min-height:120px}.submit-btn{display:inline-block;background:#000;color:#fff;padding:14px 35px;border:none;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s ease}.submit-btn:hover{background:#333}.success-message{text-align:center;padding:60px 20px;background:#f9f9f9;border-radius:8px;margin-bottom:50px}.success-message svg{width:48px;height:48px;color:#2a9d2a;margin-bottom:20px}.success-message h2{font-size:20px;font-weight:500;margin:0 0 10px}.success-message p{color:#666;margin:0}.contact-info{border-top:1px solid #eee;padding-top:30px}.contact-item{display:flex;flex-direction:column;margin-bottom:20px}.contact-item:last-child{margin-bottom:0}.contact-item .label{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:5px}.contact-item a,.contact-item span:not(.label){font-size:16px;color:#333;text-decoration:none}.contact-item a:hover{color:#000}@media (max-width: 768px){.contact-page{padding:80px 25px 40px;align-items:flex-start}.contact-content h1{font-size:28px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fafafa}.login-container{width:100%;max-width:360px;padding:20px}.login-box{background:#fff;border:1px solid #eee;padding:40px 32px}.login-title{font-size:20px;font-weight:500;margin:0 0 8px;color:#000;text-align:center}.login-subtitle{font-size:13px;color:#888;margin:0 0 32px;text-align:center}.login-form{display:flex;flex-direction:column;gap:16px}.login-form .form-group{display:flex;flex-direction:column;gap:6px}.login-form label{font-size:13px;font-weight:500;color:#333}.login-form input{padding:10px 12px;font-size:14px;border:1px solid #ddd;background:#fff;transition:border-color .2s}.login-form input:focus{outline:none;border-color:#000}.login-form input:disabled{background:#f5f5f5;cursor:not-allowed}.login-error{padding:10px 12px;background:#fff5f5;border:1px solid #ffcccc;color:#c00;font-size:13px;text-align:center}.login-button{padding:12px 20px;font-size:14px;font-weight:500;color:#fff;background:#000;border:none;cursor:pointer;transition:background .2s;margin-top:8px}.login-button:hover:not(:disabled){background:#333}.login-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.login-box{padding:32px 24px}}.editable-gallery{width:100%;padding-left:var(--global-padding, 0%);padding-right:var(--global-padding, 0%)}.editable-gallery .project-header{text-align:center;padding:0 0 40px;width:100%}.project-title-input{font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:2px;font-family:inherit;text-align:center;width:100%;max-width:600px;border:none;background:transparent;padding:8px;margin:0 auto;display:block}.project-title-input:focus{outline:none;background:#00000008}.project-description-input{font-size:16px;font-weight:400;line-height:1.6;font-family:inherit;text-align:center;width:100%;max-width:600px;border:none;background:transparent;padding:8px;margin:20px auto 0;display:block;resize:vertical;color:#666}.project-description-input:focus{outline:none;background:transparent}.gallery-sections{display:flex;flex-direction:column;gap:0}.section-block{position:relative}.editable-section{padding-top:var(--padding-top, 0);padding-bottom:var(--padding-bottom, 40px);padding-left:var(--padding-horizontal, 0%);padding-right:var(--padding-horizontal, 0%);border:1px solid transparent;border-radius:4px;position:relative;transition:border-color .18s ease,background .18s ease}.editable-section.is-selected{border-color:#1166d83d;background:#ffffffad;box-shadow:0 10px 28px #0f172a0d}.editable-gallery.is-preview-mode .editable-section:hover{border-color:#1166d824;background:#fff6}.section-controls{display:flex;justify-content:space-between;align-items:center;padding:7px 10px;background:#ffffffeb;border:1px solid rgba(17,24,39,.08);box-shadow:0 8px 18px #0f172a0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:16px;border-radius:999px}.section-controls-left,.section-controls-right{display:flex;gap:8px;align-items:center}.layout-select,.section-type-label{min-height:30px;padding:6px 12px;border:1px solid rgba(17,24,39,.08);border-radius:999px;font-size:12px;font-weight:600;background:#fff;color:#222}.layout-select{cursor:pointer}.layout-select:focus{outline:none;border-color:#999}.section-controls button{width:30px;height:30px;border:none;background:transparent;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;color:#4b5563}.section-controls button:hover{background:#0f172a14;color:#111827}.section-controls .delete-btn:hover{background:#fee;color:#c00}.section-settings{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;padding:14px 16px;background:#ffffffe6;border:1px solid rgba(17,24,39,.07);box-shadow:0 14px 30px #0f172a0d;margin-bottom:16px;border-radius:18px}.section-settings label{display:flex;flex-direction:column;gap:6px}.section-settings label span{font-size:12px;font-weight:600;color:#5b6577}.section-settings input[type=range]{width:100%;accent-color:#3b82f6}.section-settings select{width:100%;min-height:36px;padding:8px 10px;border:1px solid rgba(17,24,39,.08);border-radius:10px;background:#fff;font-size:13px;color:#1f2937}.editable-section .section-images{--columns: 3;--gap: 4px}.editable-section .layout-grid{display:grid;grid-template-columns:repeat(var(--columns, 3),1fr);gap:var(--gap, 4px)}.editable-section .layout-grid .editable-image{aspect-ratio:1;overflow:hidden}.editable-section .layout-grid .editable-image img{width:100%;height:100%;object-fit:cover}.editable-section .layout-full-width{display:flex;flex-direction:column;gap:var(--gap, 4px)}.editable-section .layout-full-width .editable-image img{width:100%;height:auto;display:block}.editable-section .layout-two-column,.editable-section .layout-three-column{--equal-height-gap: var(--gap, 4px)}.editable-section .layout-two-column .editable-image img,.editable-section .layout-three-column .editable-image img{width:100%;height:100%;display:block}.editable-image{position:relative}.editable-image img{display:block}.editable-image .image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .2s}.editable-image:hover .image-overlay{opacity:1}.image-overlay button{padding:8px;border:none;border-radius:50%;background:#ffffffe6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.image-overlay button:hover{transform:scale(1.1)}.image-overlay .cover-btn.active{background:#007bff;color:#fff}.image-overlay .cover-btn.active svg{stroke:#fff;fill:#fff}.image-overlay .delete-image-btn:hover{background:#f44;color:#fff}.image-overlay .delete-image-btn:hover svg{stroke:#fff}.upload-zone{border:1px dashed rgba(17,24,39,.16);border-radius:16px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:border-color .2s,background .2s;min-height:96px;background:#f8fafcd9;margin-top:12px}.upload-zone:hover{border-color:#1166d859;background:#f1f7fff2}.upload-zone.drag-over{border-color:#1166d87a;background:#e8f2fff2}.upload-zone svg{color:#7a8598}.upload-zone span{font-size:13px;color:#5b6577}.cover-position-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0f172a73;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:28px}.cover-position-modal{width:min(960px,100%);max-height:calc(100vh - 56px);overflow:auto;padding:22px;background:#fffffff5;border:1px solid rgba(17,24,39,.08);border-radius:24px;box-shadow:0 32px 80px #0f172a29}.cover-position-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.cover-position-modal-header strong{display:block;font-size:15px;color:#1f2937}.cover-position-modal-header p{margin:4px 0 0;font-size:13px;line-height:1.5;color:#6b7280}.cover-position-close{width:28px;height:28px;border:1px solid rgba(17,24,39,.08);border-radius:999px;background:#fff;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.cover-position-modal-stage{border-radius:20px;background:linear-gradient(180deg,#f8fafcf2,#f1f5f9f2);border:1px solid rgba(17,24,39,.06);padding:24px}.cover-position-stage-frame{position:relative;width:fit-content;max-width:100%;margin:0 auto}.cover-position-stage-image{display:block;max-width:min(100%,820px);max-height:min(68vh,760px);width:auto;height:auto;border-radius:18px;filter:blur(9px) saturate(.9) brightness(.88);opacity:.98;-webkit-user-select:none;user-select:none;pointer-events:none}.cover-position-window{position:absolute;overflow:hidden;border-radius:18px;border:2px solid rgba(255,255,255,.94);box-shadow:0 18px 60px #0f172a42;background:#ffffff05;cursor:grab}.cover-position-window.is-x{cursor:ew-resize}.cover-position-window.is-y{cursor:ns-resize}.cover-position-window img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.cover-position-window-grid{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(255,255,255,.42);background-image:linear-gradient(to right,transparent 33.33%,rgba(255,255,255,.35) 33.33%,rgba(255,255,255,.35) 34%,transparent 34%,transparent 66.66%,rgba(255,255,255,.35) 66.66%,rgba(255,255,255,.35) 67%,transparent 67%),linear-gradient(to bottom,transparent 33.33%,rgba(255,255,255,.35) 33.33%,rgba(255,255,255,.35) 34%,transparent 34%,transparent 66.66%,rgba(255,255,255,.35) 66.66%,rgba(255,255,255,.35) 67%,transparent 67%);pointer-events:none}.cover-position-modal-footer{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}.cover-position-secondary,.cover-position-primary{min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(17,24,39,.08);font-size:13px;font-weight:600;cursor:pointer}.cover-position-secondary{background:#fff;color:#4b5563}.cover-position-primary{background:#1759b8;color:#fff;border-color:#1759b8}@media (max-width: 720px){.cover-position-modal-backdrop{padding:14px}.cover-position-modal{padding:16px;border-radius:18px}.cover-position-modal-stage{padding:14px}}.text-content-input{width:100%;max-width:800px;margin:0 auto;display:block;padding:0;font-size:var(--text-font-size, 16px);line-height:1.8;font-weight:400;border:none;background:transparent;resize:none;overflow:hidden;min-height:30px}.text-content-input:focus{outline:none}.text-section-preview{max-width:800px;margin:0 auto;padding:0}.text-section-preview p{font-size:var(--text-font-size, 16px);line-height:1.8;color:#333;margin:0 0 1em}.text-content-input.is-body,.text-section-preview.is-body p{font-weight:400}.text-content-input.is-title,.text-section-preview.is-title p{font-weight:700;line-height:1.2;letter-spacing:.01em}.text-section-preview.align-left,.text-content-input.align-left{text-align:left}.text-section-preview.align-center,.text-content-input.align-center{text-align:center}.text-section-preview.align-right,.text-content-input.align-right{text-align:right}.text-section-preview p:last-child{margin-bottom:0}.text-section-preview.is-empty{min-height:28px}.section-hover-hint{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;background:#fffffff5;color:#687385;font-size:11px;font-weight:600;letter-spacing:.02em;box-shadow:0 4px 14px #0f172a14;opacity:0;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.section-hover-hint-floating{position:absolute;top:10px;right:10px}.editable-text-section .section-hover-hint{margin-top:8px}.editable-gallery.is-preview-mode .editable-section:hover .section-hover-hint{opacity:1;transform:translateY(0)}.section-insert-row{position:relative;display:flex;align-items:center;justify-content:center;height:36px;transition:opacity .2s ease}.section-insert-line{width:100%;height:1px;background:#1166d82e}.section-insert-button{position:absolute;width:26px;height:26px;border:1px solid rgba(17,24,39,.08);border-radius:50%;background:#fffffffa;color:#3362a8;font-size:17px;font-weight:500;line-height:1;cursor:pointer;box-shadow:0 8px 20px #0f172a14;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.section-insert-button:hover{background:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #0f172a1f}.section-insert-menu{position:absolute;top:calc(100% - 2px);display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:8px;width:250px;padding:12px;border-radius:18px;background:#fffffffa;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 40px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.section-insert-menu-item{padding:12px 10px;border:1px solid rgba(17,24,39,.06);border-radius:12px;background:#f8fafcdb;color:#334155;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}.section-insert-menu-item:hover{background:#eff6fff2;border-color:#3b82f62e;transform:translateY(-1px)}.editable-gallery.is-preview-mode .section-controls,.editable-gallery.is-preview-mode .section-settings,.editable-gallery.is-preview-mode .upload-zone{display:none}.editable-gallery.is-preview-mode .section-insert-row{opacity:0;pointer-events:none}.editable-gallery.is-preview-mode .section-insert-row.is-always-visible,.editable-gallery.is-preview-mode .section-block:hover .section-insert-row,.editable-gallery.is-preview-mode .section-insert-row:hover,.editable-gallery.has-selection .section-insert-row{opacity:1;pointer-events:auto}@media (max-width: 1024px){.editable-section .layout-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-controls{flex-direction:column;gap:8px}.section-settings,.editable-section .layout-grid{grid-template-columns:1fr}.project-title-input{font-size:16px}.project-description-input,.text-content-input,.text-section-preview p{font-size:14px}}.edit-project-page-wrapper{min-height:100vh;position:relative}.edit-admin-bar{position:fixed;top:0;left:0;right:0;height:50px;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:1000;box-shadow:0 2px 10px #0000001a}.edit-admin-bar .back-link{color:#fff;text-decoration:none;font-size:14px;transition:opacity .2s}.edit-admin-bar .back-link:hover{opacity:.7}.admin-bar-controls{display:flex;align-items:center;gap:12px}.year-input{width:60px;padding:6px 10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:#fff;font-size:13px;text-align:center}.year-input:focus{outline:none;background:#ffffff26;border-color:#fff6}.year-input::placeholder{color:#ffffff80}.padding-slider{width:100px;cursor:pointer}.color-picker{width:40px;height:30px;border:1px solid rgba(255,255,255,.2);border-radius:4px;cursor:pointer;background:transparent}.save-btn{padding:6px 16px;background:#fff;color:#000;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.save-btn:hover:not(:disabled){background:#f0f0f0}.save-btn:disabled{opacity:.5;cursor:not-allowed}.error-banner{position:fixed;top:50px;left:0;right:0;padding:12px 20px;background:#fee;border-bottom:1px solid #fcc;color:#c00;font-size:13px;z-index:999}.upload-status-panel{position:fixed;top:66px;right:20px;width:min(360px,calc(100vw - 40px));max-height:48vh;overflow:auto;padding:14px;border-radius:16px;background:#fffffff5;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a24;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:998}.upload-status-panel.has-error-banner{top:112px}.upload-status-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:13px;color:#111827}.upload-status-header strong{font-size:13px;font-weight:700}.upload-status-list{display:flex;flex-direction:column;gap:10px}.upload-status-item{padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px solid rgba(148,163,184,.16)}.upload-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.upload-status-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#1f2937}.upload-status-label{flex-shrink:0;font-size:11px;font-weight:700;color:#475569}.upload-status-track{width:100%;height:6px;border-radius:999px;background:#94a3b82e;overflow:hidden}.upload-status-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f8cff,#2563eb);transition:width .18s ease}.upload-status-item.is-done .upload-status-fill{background:linear-gradient(90deg,#34d399,#10b981)}.upload-status-item.is-failed .upload-status-fill{background:linear-gradient(90deg,#fb7185,#ef4444)}.upload-status-error{margin:8px 0 0;font-size:11px;line-height:1.4;color:#b91c1c}.new-project-prompt{max-width:600px;margin:100px auto;padding:40px;text-align:center}.new-project-prompt h2{font-size:24px;font-weight:400;margin:0 0 12px}.new-project-prompt p{color:#666;margin:0 0 24px}.new-project-title{width:100%;padding:12px;font-size:16px;border:1px solid #ddd;border-radius:4px}.new-project-title:focus{outline:none;border-color:#000}.save-dialog{background:#fff;border-radius:8px;padding:30px;max-width:400px;text-align:center}.save-dialog h3{margin:0 0 12px;font-size:20px;font-weight:600}.save-dialog p{margin:0 0 24px;color:#666}.dialog-actions{display:flex;gap:12px;justify-content:center}.dialog-actions .btn-primary,.dialog-actions .btn-secondary{padding:10px 20px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.dialog-actions .btn-primary{background:#000;color:#fff;border:none}.dialog-actions .btn-primary:hover{background:#333}.dialog-actions .btn-secondary{background:#fff;color:#000;border:1px solid #ddd}.dialog-actions .btn-secondary:hover{background:#f5f5f5}.edit-project-page-wrapper .project-detail-content{display:flex;max-width:1600px;margin:0 auto;padding:130px 120px 80px;gap:80px}.edit-project-page-wrapper .project-sidebar{flex-shrink:0;width:200px;position:sticky;top:80px;align-self:flex-start}.edit-project-page-wrapper .project-nav{display:flex;flex-direction:column;gap:30px}.edit-project-page-wrapper .nav-title-link{text-decoration:none;color:inherit;transition:opacity .2s}.edit-project-page-wrapper .nav-title-link:hover{opacity:.7}.edit-project-page-wrapper .nav-title{font-size:32px;font-weight:400;margin:0}.edit-project-page-wrapper .nav-links{display:flex;flex-direction:column;gap:10px}.edit-project-page-wrapper .nav-link{font-size:14px;text-decoration:none;transition:color .2s}.edit-project-page-wrapper .nav-section{display:flex;flex-direction:column;gap:12px}.edit-project-page-wrapper .nav-section-title-link{text-decoration:none;color:inherit;transition:opacity .2s}.edit-project-page-wrapper .nav-section-title-link:hover{opacity:.7}.edit-project-page-wrapper .nav-section-title{font-size:11px;font-weight:700;letter-spacing:1px;margin:0;text-transform:uppercase}.edit-project-page-wrapper .project-index{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.edit-project-page-wrapper .project-index li a{font-size:13px;text-decoration:none;transition:color .2s;display:block}.edit-project-page-wrapper .project-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}@media (max-width: 1200px){.edit-project-page-wrapper .project-detail-content{padding:110px 80px 60px;gap:60px}}@media (max-width: 968px){.edit-project-page-wrapper .project-sidebar{display:none}.edit-project-page-wrapper .project-detail-content{padding:90px 60px 40px}.admin-bar-controls{gap:8px}.padding-slider{width:60px}}@media (max-width: 768px){.upload-status-panel,.upload-status-panel.has-error-banner{top:106px;right:12px;width:calc(100vw - 24px)}.edit-project-page-wrapper .project-detail-content{padding:80px 20px 30px}.edit-admin-bar{height:auto;min-height:50px;flex-direction:column;align-items:stretch;padding:10px;gap:10px}.admin-bar-controls{justify-content:space-between}.year-input,.padding-slider{width:50px}}.edit-home-page{min-height:100vh}.edit-home-page .edit-admin-bar{position:fixed;top:0;left:0;right:0;height:50px;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:1000}.edit-home-page .back-link{color:#fff;text-decoration:none;font-size:14px}.edit-home-page .back-link:hover{opacity:.7}.edit-home-page .admin-bar-center{position:absolute;left:50%;transform:translate(-50%)}.edit-home-page .page-indicator{color:#ffffffb3;font-size:13px}.edit-home-page .admin-bar-controls{display:flex;align-items:center;gap:12px}.edit-home-page .settings-toggle{width:36px;height:36px;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.edit-home-page .settings-toggle:hover,.edit-home-page .settings-toggle.active{background:#ffffff1a}.edit-home-page .settings-toggle svg{width:18px;height:18px}.edit-home-page .save-btn{padding:8px 20px;background:#fff;color:#000;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.edit-home-page .save-btn:hover:not(:disabled){background:#f0f0f0}.edit-home-page .save-btn:disabled{opacity:.5}.edit-home-page .settings-panel{position:fixed;top:50px;right:0;background:#fff;border-left:1px solid #eee;box-shadow:-4px 0 20px #0000001a;z-index:999;width:280px;max-height:calc(100vh - 50px);overflow-y:auto}.edit-home-page .settings-content{padding:20px}.edit-home-page .settings-content h3{margin:0 0 20px;font-size:14px;font-weight:600;color:#333}.edit-home-page .settings-content label{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;font-size:13px;color:#666}.edit-home-page .settings-content label span{flex-shrink:0}.edit-home-page .settings-content input[type=number]{width:60px;padding:6px 8px;border:1px solid #ddd;border-radius:4px;font-size:13px;text-align:center}.edit-home-page .settings-content input[type=range]{width:120px}.edit-home-page .settings-content .checkbox-label{justify-content:flex-start;gap:8px}.edit-home-page .settings-content .checkbox-label input{margin:0}.edit-home-page .masthead{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;background:#333;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:50px}.edit-home-page .masthead-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000026;-webkit-backdrop-filter:blur(var(--masthead-blur, 0px));backdrop-filter:blur(var(--masthead-blur, 0px));pointer-events:none}.edit-home-page .masthead-contents{position:relative;z-index:1;text-align:center;padding:40px 20px;width:100%;max-width:100%}.edit-home-page .masthead-title-input{display:block;width:100%;max-width:900px;margin:0 auto 20px;padding:20px;background:transparent;border:2px dashed transparent;border-radius:8px;font-size:72px;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.2;font-family:Georgia,Times New Roman,serif;text-align:center;transition:border-color .2s,background .2s;box-sizing:border-box;resize:none;overflow:hidden;min-height:120px}.edit-home-page .masthead-title-input:hover{border-color:#ffffff4d;background:#0003}.edit-home-page .masthead-title-input:focus{outline:none;border-color:#fff9;background:#0000004d}.edit-home-page .masthead-title-input::placeholder{color:#fff6}.edit-home-page .masthead-subtitle-input{display:block;width:100%;max-width:600px;margin:0 auto;padding:12px 20px;background:transparent;border:2px dashed transparent;border-radius:4px;font-size:16px;color:#ffffffe6;font-weight:400;letter-spacing:.5px;text-align:center;font-family:inherit;transition:border-color .2s,background .2s;box-sizing:border-box}.edit-home-page .masthead-subtitle-input:hover{border-color:#ffffff4d;background:#0003}.edit-home-page .masthead-subtitle-input:focus{outline:none;border-color:#fff9;background:#0000004d}.edit-home-page .masthead-subtitle-input::placeholder{color:#fff6}.edit-home-page .masthead-controls{position:absolute;bottom:80px;left:50%;transform:translate(-50%);display:flex;gap:16px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:8px;z-index:2}.edit-home-page .masthead-controls .control-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:12px;cursor:pointer}.edit-home-page .masthead-controls .blur-control{cursor:default}.edit-home-page .masthead-controls .blur-control input[type=range]{width:92px}.edit-home-page .masthead-controls .blur-control strong{font-size:11px;font-weight:600;color:#ffffffe6}.edit-home-page .masthead-controls input[type=color]{width:24px;height:24px;border:1px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer;background:transparent;padding:0}.edit-home-page .masthead-controls .upload-label{cursor:pointer}.edit-home-page .masthead-controls .upload-label input{display:none}.edit-home-page .masthead-controls .upload-label span{padding:6px 12px;background:#fff3;border-radius:4px;transition:background .2s}.edit-home-page .masthead-controls .upload-label:hover span{background:#ffffff4d}.edit-home-page .scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:1}.edit-home-page .scroll-indicator svg{width:24px;height:24px;color:#fffc}.edit-home-page .home-content{display:flex;background:#fff;max-width:1600px;margin:0 auto;padding:80px 120px;gap:80px}.edit-home-page .home-sidebar{flex-shrink:0;width:200px;position:sticky;top:130px;align-self:flex-start}.edit-home-page .home-nav{display:flex;flex-direction:column;gap:30px}.edit-home-page .nav-title{font-size:32px;font-weight:400;margin:0;color:#000}.edit-home-page .nav-links{display:flex;flex-direction:column;gap:10px}.edit-home-page .nav-link{font-size:14px;color:#666}.edit-home-page .nav-section{display:flex;flex-direction:column;gap:12px}.edit-home-page .nav-section-title{font-size:11px;font-weight:700;letter-spacing:1px;color:#000;margin:0;text-transform:uppercase}.edit-home-page .project-index{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.edit-home-page .project-index li a{font-size:13px;color:#666;text-decoration:none;transition:color .2s;display:block;cursor:pointer}.edit-home-page .project-index li a:hover{color:#000}.edit-home-page .home-main{flex:1;min-width:0}.edit-home-page .project-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:var(--grid-gap, 20px);width:100%}.edit-home-page .project-card-wrapper{position:relative;cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .2s,opacity .2s,box-shadow .2s}.edit-home-page .project-delete-btn{position:absolute;top:10px;left:10px;z-index:3;min-height:30px;padding:0 10px;border:none;border-radius:999px;background:#b91c1ceb;color:#fff;font-size:12px;font-weight:600;cursor:pointer;opacity:0;transform:translateY(-2px);transition:opacity .2s ease,transform .2s ease,background .2s ease}.edit-home-page .project-delete-btn:hover:not(:disabled){background:#991b1bf5}.edit-home-page .project-delete-btn:disabled{cursor:wait;opacity:1}.edit-home-page .project-card-wrapper:active{cursor:grabbing}.edit-home-page .project-card-wrapper.dragging{opacity:.5;transform:scale(.98)}.edit-home-page .project-card-wrapper.drag-over{box-shadow:0 0 0 3px #007bff;transform:scale(1.02)}.edit-home-page .project-card-wrapper.draft{opacity:.7}.edit-home-page .project-card{display:block;text-decoration:none;color:inherit}.edit-home-page .project-card-image{position:relative;aspect-ratio:4 / 3;overflow:hidden;background:#f0f0f0}.edit-home-page .project-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.edit-home-page .project-card-wrapper:hover .project-card-image img{transform:scale(1.02)}.edit-home-page .no-cover{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;color:#999;font-size:13px}.edit-home-page .project-card-info{padding:12px 15px 20px;background:#fff}.edit-home-page .project-card-title{font-size:14px;font-weight:400;color:#000;margin:0 0 4px;line-height:1.4}.edit-home-page .project-card-date{font-size:13px;color:#888}.edit-home-page .project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .2s;pointer-events:none}.edit-home-page .project-card-wrapper:hover .project-overlay{opacity:1}.edit-home-page .project-card-wrapper:hover .project-delete-btn{opacity:1;transform:translateY(0)}.edit-home-page .edit-hint{color:#fff;font-size:14px;font-weight:500}.edit-home-page .draft-badge{padding:4px 8px;background:#fff3cd;color:#856404;border-radius:4px;font-size:11px;font-weight:600}.edit-home-page .drag-handle{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#000000b3;border-radius:4px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;pointer-events:none}.edit-home-page .project-card-wrapper:hover .drag-handle{opacity:1}.edit-home-page .drag-handle svg{width:18px;height:18px;color:#fff}.edit-home-page .project-card-wrapper.add-project{cursor:pointer}.edit-home-page .project-card-wrapper.add-project:hover{transform:none}.edit-home-page .add-project-card{aspect-ratio:4 / 3;border:2px dashed #ddd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#999;transition:all .2s;background:#fafafa}.edit-home-page .project-card-wrapper.add-project:hover .add-project-card{border-color:#999;color:#666;background:#f0f0f0}.edit-home-page .add-project-card svg{width:32px;height:32px}.edit-home-page .add-project-card span{font-size:14px;font-weight:400}.edit-home-page .site-footer{padding:60px 40px;text-align:center;color:#ccc;font-size:13px}@media (max-width: 1200px){.edit-home-page .home-content{padding:60px 80px;gap:60px}.edit-home-page .masthead-title-input{font-size:56px;padding:15px}.edit-home-page .project-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 968px){.edit-home-page .home-sidebar{display:none}.edit-home-page .home-content{padding:40px 60px}.edit-home-page .masthead-title-input{font-size:40px;padding:12px}.edit-home-page .masthead-subtitle-input{font-size:14px}}@media (max-width: 768px){.edit-home-page .home-content{padding:30px 20px}.edit-home-page .project-grid{grid-template-columns:1fr}.edit-home-page .masthead-title-input{font-size:32px;padding:10px}.edit-home-page .masthead-controls{flex-direction:column;bottom:100px}.edit-home-page .settings-panel{width:100%;left:0}.edit-home-page .admin-bar-center{display:none}}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;color:#333;background:#fff}img{max-width:100%;height:auto;display:block}a{color:inherit}button{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.3}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;min-height:100vh;background:#fff}.page-enter{opacity:0;transform:translateY(10px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .2s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aaa}::selection{background:#000;color:#fff}:focus-visible{outline:2px solid #000;outline-offset:2px}.loading{display:flex;align-items:center;justify-content:center;min-height:200px}.loading-spinner{width:40px;height:40px;border:3px solid #eee;border-top-color:#000;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.lazy-image{opacity:0;transition:opacity .3s ease}.lazy-image.loaded{opacity:1}.text-link{color:#000;text-decoration:underline;text-underline-offset:3px}.text-link:hover{text-decoration-thickness:2px}.admin-page{padding:30px}.admin-page-header{margin-bottom:30px}.admin-page-header h1{font-size:24px;font-weight:500;margin:0;color:#000}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#000;color:#fff}.btn-primary:hover:not(:disabled){background:#333}.btn-secondary{background:#fff;color:#333;border:1px solid #ddd}.btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#333}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#000}.draft-badge{background:#f0f0f0;color:#666;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.published-badge{background:#e6f7e6;color:#2a7d2a;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}
