.header{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:100;transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:60px}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1d1d1f;font-weight:600;font-size:1.25rem}.logo-icon{font-size:1.5rem}.logo-text{background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.desktop-nav{display:flex;gap:2.5rem;align-items:center}.nav-link{text-decoration:none;color:#1d1d1f;font-size:.9rem;font-weight:400;transition:all .3s ease;position:relative;padding:8px 0}.nav-link:hover{color:#0071e3}.nav-link.active{color:#0071e3;font-weight:500}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#0071e3;border-radius:1px}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px}.mobile-menu-btn span{width:20px;height:2px;background:#1d1d1f;transition:all .3s ease;border-radius:1px}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-btn.active span:last-child{transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}.header-container{padding:0 16px}}.footer{background:#f5f5f7;border-top:1px solid rgba(0,0,0,.1);margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding:4rem 0 2rem}.footer-section h3{color:#1d1d1f;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.footer-section h4{color:#1d1d1f;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#86868b;line-height:1.5;margin-bottom:.5rem}.footer-section a{display:block;color:#515154;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-section a:hover{color:#0071e3}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding:2rem 0;text-align:center;color:#86868b;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem;padding:3rem 0 1.5rem}.footer-section{text-align:center}}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center}.mobile-menu-content{text-align:center}.mobile-nav{display:flex;flex-direction:column;gap:2rem}.mobile-nav a{color:#fff;text-decoration:none;font-size:2rem;font-weight:500;transition:color .3s ease}.mobile-nav a:hover{color:#0071e3}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.home{overflow-x:hidden}.hero{min-height:80vh;display:flex;align-items:center;background:linear-gradient(135deg,#f5f5f7,#fff);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(circle,rgba(0,113,227,.05) 0%,transparent 70%);border-radius:50%}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero-title{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight{background:linear-gradient(135deg,#0071e3,#2997ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:#86868b;margin-bottom:2.5rem;line-height:1.4}.hero-visual{display:flex;justify-content:center;align-items:center}.instrument-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.instrument-item{width:120px;height:120px;background:#fff;border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:3rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.instrument-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.features{padding:8rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.feature-card{text-align:center;padding:2rem;border-radius:20px;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);background:#0071e30d}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f}.feature-card p{color:#86868b;line-height:1.5}.categories-preview{padding:8rem 0;background:#f5f5f7}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.category-card{text-decoration:none;color:inherit;background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;box-shadow:0 5px 20px #00000014}.category-icon{font-size:3.5rem;margin-bottom:1.5rem}.category-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f}.category-card p{color:#86868b;line-height:1.5}@media (max-width: 968px){.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}.instrument-grid{gap:1rem}.instrument-item{width:100px;height:100px;font-size:2.5rem}}@media (max-width: 768px){.hero-title,.section-title{font-size:2.5rem}.features,.categories-preview{padding:4rem 0}}.categories-loading{display:flex;justify-content:center;align-items:center;padding:4rem 0}.category-card{text-decoration:none;color:inherit;background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;transition:all .3s ease;box-shadow:0 5px 20px #00000014;display:flex;flex-direction:column;align-items:center}.category-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000026}.category-info{flex:1;display:flex;flex-direction:column}.category-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f}.category-description{color:#86868b;line-height:1.5;margin-bottom:1rem;flex:1}.category-link{color:#0071e3;font-weight:500;font-size:.9rem;transition:color .3s ease}.category-card:hover .category-link{color:#0077ed}.catalog{min-height:100vh;background:#fff}.catalog-header{background:linear-gradient(135deg,#f5f5f7,#fff);padding:4rem 0;text-align:center;border-bottom:1px solid rgba(0,0,0,.1)}.catalog-header h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.catalog-header p{font-size:1.25rem;color:#86868b}.catalog-content{padding:3rem 0}.catalog-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;gap:1rem;flex-wrap:wrap}.search-form{display:flex;gap:.5rem;flex:1;max-width:400px}.search-input{flex:1;padding:12px 16px;border:2px solid #f5f5f7;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f5f5f7}.search-input:focus{outline:none;border-color:#0071e3;background:#fff}.search-button{padding:12px 24px;background:#0071e3;color:#fff;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:all .3s ease}.search-button:hover{background:#0077ed;transform:translateY(-1px)}.clear-filters{padding:10px 20px;background:transparent;color:#86868b;border:1px solid #d2d2d7;border-radius:12px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.clear-filters:hover{color:#1d1d1f;border-color:#1d1d1f}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.product-card{text-decoration:none;color:inherit;background:#fff;border-radius:20px;overflow:hidden;transition:all .3s ease;box-shadow:0 5px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.product-image{position:relative;height:250px;background:#f5f5f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-image-placeholder{font-size:4rem;color:#d2d2d7}.featured-badge{position:absolute;top:12px;right:12px;background:#0071e3;color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.product-info{padding:1.5rem}.product-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1d1d1f;line-height:1.3}.product-sku{color:#86868b;font-size:.9rem;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:700;color:#1d1d1f;margin-bottom:.5rem}.old-price{font-size:1rem;color:#86868b;text-decoration:line-through;margin-left:.5rem}.product-stock{margin-top:.5rem}.in-stock{color:#34c759;font-size:.9rem;font-weight:500}.out-of-stock{color:#ff3b30;font-size:.9rem;font-weight:500}.pagination{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem}.pagination-btn{padding:12px 24px;background:#f5f5f7;color:#1d1d1f;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#0071e3;color:#fff;transform:translateY(-2px)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#86868b;font-weight:500}@media (max-width: 768px){.catalog-header h1{font-size:2.5rem}.catalog-controls{flex-direction:column;align-items:stretch}.search-form{max-width:none}.products-grid{grid-template-columns:1fr;gap:1.5rem}.pagination{flex-direction:column;gap:1rem}}.category-filter{padding:12px 16px;border:2px solid #f5f5f7;border-radius:12px;font-size:1rem;background:#f5f5f7;transition:all .3s ease;min-width:200px}.current-category{margin-top:1rem;padding:.5rem 1rem;background:#0071e31a;border-radius:8px;display:inline-block;color:#0071e3;font-size:.9rem}.filter-group{display:flex;gap:1rem;align-items:center}.category-filter{padding:12px 16px;border:2px solid #f5f5f7;border-radius:12px;font-size:1rem;background:#f5f5f7;transition:all .3s ease;min-width:200px;cursor:pointer}.category-filter:focus{outline:none;border-color:#0071e3;background:#fff}.no-products{text-align:center;padding:4rem 2rem;color:#86868b}.no-products-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.no-products h3{font-size:1.5rem;margin-bottom:1rem;color:#1d1d1f}.no-products p{margin-bottom:2rem;line-height:1.5}.product-description{color:#515154;font-size:.9rem;line-height:1.4;margin-top:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.catalog-controls{flex-direction:column;gap:1rem}.filter-group{width:100%;justify-content:space-between}.category-filter{flex:1;min-width:auto}.search-form{width:100%;max-width:none}.current-category{font-size:.8rem}}@media (max-width: 480px){.filter-group{flex-direction:column;align-items:stretch}.category-filter{width:100%}}.product-detail{min-height:100vh;background:#fff}.product-hero{padding:2rem 0 4rem;background:linear-gradient(135deg,#f5f5f7,#fff)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;max-width:1200px;margin:0 auto}.product-gallery{position:sticky;top:2rem}.main-image{position:relative;background:#f5f5f7;border-radius:20px;overflow:hidden;margin-bottom:1rem;box-shadow:0 10px 30px #0000001a}.product-image{width:100%;height:auto;display:block}.image-placeholder{height:400px;display:flex;align-items:center;justify-content:center;font-size:4rem;color:#d2d2d7}.image-thumbnails{display:flex;gap:.5rem;flex-wrap:wrap}.thumbnail{width:60px;height:60px;border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:#f5f5f7;padding:0}.thumbnail:hover,.thumbnail.active{border-color:#0071e3}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#d2d2d7}.product-info{padding:1rem 0}.product-header{margin-bottom:2rem}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem}.product-sku{color:#86868b}.stock-status{font-weight:500}.in-stock{color:#34c759}.out-of-stock{color:#ff3b30}.product-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#1d1d1f}.product-subtitle{font-size:1.25rem;color:#515154;line-height:1.4}.product-pricing{margin-bottom:2rem;padding:1.5rem 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.price-container{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.current-price{font-size:2rem;font-weight:700;color:#1d1d1f}.old-price{font-size:1.25rem;color:#86868b;text-decoration:line-through}.discount-badge{background:#34c759;color:#fff;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:500;display:inline-block}.product-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.cta-button.primary{flex:1;min-width:200px;padding:15px 30px;background:#0071e3;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button.primary:hover:not(:disabled){background:#0077ed;transform:translateY(-2px);box-shadow:0 8px 25px #0071e34d}.cta-button.primary:disabled{background:#d2d2d7;cursor:not-allowed;transform:none}.cta-button.secondary{padding:15px 30px;background:transparent;color:#1d1d1f;border:2px solid #d2d2d7;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-button.secondary:hover{border-color:#1d1d1f;transform:translateY(-2px)}.product-details{margin-top:2rem}.detail-section{margin-bottom:2rem}.detail-section h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f}.description-text{line-height:1.6;color:#515154}.description-text p{margin-bottom:1rem}.description-text ul,.description-text ol{margin-bottom:1rem;padding-left:1.5rem}.description-text li{margin-bottom:.5rem}.specs-grid{display:grid;gap:1rem}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f5f5f7;border-radius:12px}.spec-label{font-weight:500;color:#515154}.spec-value{font-weight:600;color:#1d1d1f}.product-navigation{padding:3rem 0;background:#f5f5f7;border-top:1px solid rgba(0,0,0,.1)}.featured-badge{position:absolute;top:12px;right:12px;background:#0071e3;color:#fff;padding:6px 16px;border-radius:20px;font-size:.9rem;font-weight:600}@media (max-width: 968px){.product-grid{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.product-title{font-size:2rem}.product-actions{flex-direction:column}.cta-button.primary,.cta-button.secondary{width:100%}}@media (max-width: 768px){.product-hero{padding:1rem 0 2rem}.product-title,.current-price{font-size:1.75rem}.product-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.image-thumbnails{justify-content:center}}.articles-page{min-height:100vh;background:#fff}.articles-header{background:linear-gradient(135deg,#f5f5f7,#fff);padding:4rem 0;text-align:center;border-bottom:1px solid rgba(0,0,0,.1)}.articles-header h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.articles-header p{font-size:1.25rem;color:#86868b}.articles-content{padding:3rem 0}.articles-controls{display:flex;justify-content:center;margin-bottom:3rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;margin-bottom:3rem}.article-card{text-decoration:none;color:inherit;background:#fff;border-radius:20px;overflow:hidden;transition:all .3s ease;box-shadow:0 5px 20px #00000014;border:1px solid rgba(0,0,0,.05)}.article-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.article-image{position:relative;height:200px;background:#f5f5f7;display:flex;align-items:center;justify-content:center;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image img{transform:scale(1.05)}.article-image-placeholder{font-size:3rem;color:#d2d2d7}.article-info{padding:1.5rem}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.85rem;color:#86868b}.article-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1d1d1f;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-excerpt{color:#515154;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-status{display:flex;justify-content:flex-end}.status-badge{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.status-published{background:#34c7591a;color:#34c759}.status-draft{background:#ff95001a;color:#ff9500}@media (max-width: 768px){.articles-header h1{font-size:2.5rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.article-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.article-detail{min-height:100vh;background:#fff}.article-hero{padding:4rem 0;background:linear-gradient(135deg,#f5f5f7,#fff);border-bottom:1px solid rgba(0,0,0,.1)}.article-header{max-width:800px;margin:0 auto;text-align:center}.article-meta{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;font-size:.9rem;color:#86868b;flex-wrap:wrap}.article-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.article-lead{font-size:1.5rem;color:#515154;line-height:1.4;max-width:600px;margin:0 auto}.article-featured-image{padding:3rem 0}.article-featured-image .container{max-width:1000px}.article-featured-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 30px #0000001a}.article-body{padding:4rem 0}.article-body .container{max-width:800px}.article-text{font-size:1.125rem;line-height:1.7;color:#1d1d1f}.article-text h2{font-size:2.25rem;font-weight:700;margin:3rem 0 1.5rem;color:#1d1d1f}.article-text h3{font-size:1.75rem;font-weight:600;margin:2.5rem 0 1rem;color:#1d1d1f}.article-text p{margin-bottom:1.5rem}.article-text ul,.article-text ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-text li{margin-bottom:.5rem}.article-text blockquote{border-left:4px solid #0071e3;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#515154}.article-text img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0}.article-tags{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.article-tags h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#86868b}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#f5f5f7;color:#515154;padding:6px 12px;border-radius:16px;font-size:.85rem;font-weight:500}.article-navigation{padding:3rem 0;background:#f5f5f7;border-top:1px solid rgba(0,0,0,.1)}.back-link{color:#0071e3;text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:#0077ed}.error-state{text-align:center;padding:4rem 0}.error-state h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1d1d1f}.error-state p{font-size:1.125rem;color:#86868b;margin-bottom:2rem}@media (max-width: 768px){.article-title{font-size:2.5rem}.article-lead{font-size:1.25rem}.article-meta{flex-direction:column;gap:.5rem}.article-text{font-size:1rem}.article-text h2{font-size:1.75rem}.article-text h3{font-size:1.5rem}}.pages-page{min-height:100vh;background:#fff}.pages-header{background:linear-gradient(135deg,#f5f5f7,#fff);padding:4rem 0;text-align:center;border-bottom:1px solid rgba(0,0,0,.1)}.pages-header h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pages-header p{font-size:1.25rem;color:#86868b}.pages-content{padding:3rem 0}.pages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.page-card{text-decoration:none;color:inherit;background:#fff;padding:2rem;border-radius:16px;transition:all .3s ease;box-shadow:0 5px 20px #00000014;border:1px solid rgba(0,0,0,.05);display:flex;align-items:flex-start;gap:1rem}.page-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000026}.page-icon{font-size:2rem;flex-shrink:0}.page-info{flex:1}.page-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1d1d1f;line-height:1.3}.page-description{color:#515154;line-height:1.5;margin-bottom:1rem}.page-meta{display:flex;justify-content:space-between;align-items:center}.page-date{font-size:.85rem;color:#86868b}@media (max-width: 768px){.pages-header h1{font-size:2.5rem}.pages-grid{grid-template-columns:1fr;gap:1rem}.page-card{padding:1.5rem}}.no-pages{text-align:center;padding:4rem 2rem;color:#86868b}.no-pages-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.no-pages h3{font-size:1.5rem;margin-bottom:1rem;color:#1d1d1f}.no-pages p{margin-bottom:2rem;line-height:1.5}.page-detail{min-height:100vh;background:#fff}.page-header{padding:4rem 0;background:linear-gradient(135deg,#f5f5f7,#fff);border-bottom:1px solid rgba(0,0,0,.1)}.page-title-section{max-width:800px;margin:0 auto;text-align:center}.page-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-description{font-size:1.25rem;color:#515154;line-height:1.4;max-width:600px;margin:0 auto}.page-body{padding:4rem 0}.page-body .container{max-width:800px}.page-text{font-size:1.125rem;line-height:1.7;color:#1d1d1f}.page-text h2{font-size:2.25rem;font-weight:700;margin:3rem 0 1.5rem;color:#1d1d1f}.page-text h3{font-size:1.75rem;font-weight:600;margin:2.5rem 0 1rem;color:#1d1d1f}.page-text p{margin-bottom:1.5rem}.page-text ul,.page-text ol{margin-bottom:1.5rem;padding-left:1.5rem}.page-text li{margin-bottom:.5rem}.page-text blockquote{border-left:4px solid #0071e3;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#515154}.page-text img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0}.page-navigation{padding:3rem 0;background:#f5f5f7;border-top:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.page-title{font-size:2.5rem}.page-description{font-size:1.125rem}.page-text{font-size:1rem}.page-text h2{font-size:1.75rem}.page-text h3{font-size:1.5rem}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1d1d1f;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:3rem;font-weight:600;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#1d1d1f,#424245);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-button{display:inline-block;padding:12px 30px;background:#0071e3;color:#fff;text-decoration:none;border-radius:12px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.cta-button:hover{background:#0077ed;transform:translateY(-2px);box-shadow:0 8px 25px #0071e34d}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:4rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #0071e3;border-radius:50%;animation:spin 1s linear infinite}*{margin:0;padding:0;box-sizing:border-box}:root{--apple-bg: #ffffff;--apple-surface: #f5f5f7;--apple-border: #d2d2d7;--apple-text: #1d1d1f;--apple-text-secondary: #86868b;--apple-primary: #0071e3;--apple-primary-hover: #0077ed;--apple-green: #34c759;--apple-orange: #ff9500;--apple-red: #ff3b30;--apple-purple: #af52de;--shadow: 0 4px 12px rgba(0, 0, 0, .08);--shadow-hover: 0 8px 24px rgba(0, 0, 0, .12)}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--apple-bg);color:var(--apple-text);line-height:1.47059;font-weight:400;letter-spacing:-.022em}#root{min-height:100vh}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border:none;border-radius:12px;font-size:17px;font-weight:400;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.25,.1,.25,1);gap:8px;background:transparent;border:1px solid var(--apple-border);color:var(--apple-text)}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-primary{background:var(--apple-primary);border-color:var(--apple-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--apple-primary-hover);border-color:var(--apple-primary-hover);transform:translateY(-1px)}.btn-secondary{background:var(--apple-surface);border-color:var(--apple-border)}.btn-secondary:hover:not(:disabled){background:#e8e8ed;transform:translateY(-1px)}.btn-sm{padding:8px 16px;font-size:15px;border-radius:10px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--apple-text);font-size:17px}.form-control{width:100%;padding:14px 16px;border:1px solid var(--apple-border);border-radius:12px;font-size:17px;transition:all .3s cubic-bezier(.25,.1,.25,1);background:var(--apple-bg);color:var(--apple-text)}.form-control:focus{outline:none;border-color:var(--apple-primary);box-shadow:0 0 0 4px #0071e31a}.form-control:disabled{background:var(--apple-surface);cursor:not-allowed}.alert{padding:16px 20px;border-radius:12px;margin-bottom:1.5rem;font-size:15px;border:1px solid}.alert-error{background:#ff3b301a;border-color:#ff3b3033;color:var(--apple-red)}.alert-success{background:#34c7591a;border-color:#34c75933;color:var(--apple-green)}.spinner{width:18px;height:18px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-center{text-align:center}.mb-4{margin-bottom:2rem}.mt-4{margin-top:2rem}.hidden{display:none}
