@theme{--font-sans:var(--font-inter),ui-sans-serif,system-ui,-apple-system,sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;line-height:1.6}.navbar{position:-webkit-sticky;position:sticky;top:0;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo h2{font-size:1.5rem;background:linear-gradient(135deg,#0070f3,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.nav-buttons{display:flex;gap:1rem;align-items:center}.landing-page{width:100%;min-height:100vh}.hero-section{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex;justify-content:center;align-items:center;min-height:80vh}.hero-content{display:flex;flex-direction:column;gap:1.5rem;text-align:center;max-width:800px;width:100%}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;color:#1a1a1a;margin:0}.gradient-text{background:linear-gradient(135deg,#0070f3,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#666;line-height:1.8;max-width:100%;margin:0 auto}.hero-buttons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.features-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:6rem 2rem}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#1a1a1a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,112,243,.15)}.feature-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.feature-card p{color:#666;line-height:1.7;font-size:1rem}.how-it-works-section{padding:6rem 2rem;background:#fff}.how-it-works-container{max-width:1200px;margin:0 auto}.steps{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.step{flex:1 1;min-width:250px;max-width:300px;text-align:center;padding:2rem}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#0070f3,#00d4ff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.step p{color:#666;line-height:1.6}.step-arrow{font-size:2rem;color:#0070f3;font-weight:700}.cta-section{background:linear-gradient(135deg,#0070f3,#00d4ff);padding:6rem 2rem;text-align:center;color:#fff}.cta-container{max-width:800px;margin:0 auto}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;justify-content:center;gap:1rem}.footer{background:#1a1a1a;color:#999;padding:2rem;text-align:center}.footer-container{max-width:1200px;margin:0 auto}@media (max-width:968px){.hero-section{padding:3rem 2rem}.hero-title{font-size:2.5rem}.hero-description{max-width:100%}.hero-buttons{justify-content:center}.steps{flex-direction:column}.step-arrow{transform:rotate(90deg)}.section-title{font-size:2rem}}@media (max-width:640px){.nav-container{padding:0 1rem}.nav-buttons{gap:.5rem}.hero-section{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.features-section,.how-it-works-section{padding:4rem 1rem}.features-grid{grid-template-columns:1fr}.cta-section{padding:4rem 1rem}.cta-section h2{font-size:2rem}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:2rem}.auth-container{background:#fff;border-radius:12px;border:1px solid #e5e5e5;box-shadow:0 1px 4px rgba(0,0,0,.06);padding:3rem;width:100%;max-width:450px}.auth-header{text-align:center;margin-bottom:2rem}.logo-link{text-decoration:none;display:inline-block;margin-bottom:1rem}.logo-link h2{font-size:1.5rem;font-weight:600;color:#111;margin:0}.logo-img{height:48px;width:auto;display:block;object-fit:contain}.footer-logo-img,.modern-logo .logo-img,.sayim-page .logo .logo-img{height:30px}.auth-header h1{font-size:2rem;font-weight:700;color:#111;margin-bottom:.5rem}.login-page .auth-header h1,.signup-page .auth-header h1{color:#217517}.auth-header p{color:#555;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.login-page .auth-form button[type=submit],.signup-page .auth-form button[type=submit],.verify-email-page .btn-primary{background:#217517!important;background-color:#217517!important}.login-page .auth-form button[type=submit]:hover:not(:disabled),.signup-page .auth-form button[type=submit]:hover:not(:disabled),.verify-email-page .btn-primary:hover:not(:disabled){background:#2a8f1e!important;background-color:#2a8f1e!important}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input{padding:.875rem 1rem;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:border-color .15s ease;font-family:inherit;background:#fff;color:#111}.form-group input:focus{outline:none;border-color:#111}.form-options{justify-content:space-between;flex-wrap:wrap}.checkbox-label,.form-options{display:flex;align-items:center;gap:.5rem}.checkbox-label{font-size:.9rem;color:#555;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.inline-link{color:#111;text-decoration:none;font-weight:500}.inline-link:hover{text-decoration:underline}.forgot-link{color:#111;text-decoration:none;font-size:.9rem;font-weight:500}.forgot-link:hover{text-decoration:underline}.auth-footer{margin-top:2rem;text-align:center;padding-top:2rem;border-top:1px solid #e5e5e5}.auth-footer p{color:#555;font-size:.95rem}.auth-link{color:#111;text-decoration:none;font-weight:600}.auth-link:hover{text-decoration:underline}.auth-message-success{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px}.auth-message-error,.auth-message-success{margin-top:1rem;padding:.75rem 1rem;color:#111;font-size:.9rem}.auth-message-error{background:#fafafa;border:1px solid #ccc;border-radius:8px}@media (max-width:640px){.auth-container{padding:2rem 1.5rem}.auth-header h1{font-size:1.75rem}}.dashboard-page{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#fff)}.dashboard-container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.dashboard-header{text-align:center;margin-bottom:4rem}.dashboard-title{font-size:3rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem;background:linear-gradient(135deg,#0070f3,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dashboard-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.dashboard-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.dashboard-card{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;border:2px solid transparent}.dashboard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#0070f3,#00d4ff);transform:scaleX(0);transition:transform .3s ease}.dashboard-card:hover:before{transform:scaleX(1)}.dashboard-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,112,243,.2);border-color:#0070f3}.card-icon{display:flex;justify-content:center;margin-bottom:2rem;color:#0070f3}.card-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;text-align:center}.card-description{color:#666;line-height:1.7;text-align:center;font-size:1rem;margin-bottom:1.5rem}.card-arrow{text-align:center;font-size:2rem;color:#0070f3;font-weight:700;transition:transform .3s ease}.dashboard-card:hover .card-arrow{transform:translateX(8px)}.modal-overlay{background:rgba(0,0,0,.6);z-index:2000;padding:2rem}.modal-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:600px;max-height:90vh;animation:modalSlideIn .3s ease}.modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #e0e0e0}.modal-header h2{font-size:1.75rem;font-weight:700;color:#1a1a1a}.modal-close{font-size:2rem;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f0f0f0;color:#333}.modal-body{padding:2rem}.modal-body .form-group{margin-bottom:1.5rem}.modal-body .form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.modal-body .form-group input[type=text]{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.modal-body .form-group input[type=text]:focus{outline:none;border-color:#0070f3}.file-list{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;max-height:300px;overflow-y:auto}.file-list h4{font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem}.file-list ul{list-style:none;padding:0;margin:0}.file-list li{padding:.75rem;background:#fff;margin-bottom:.5rem;color:#333;display:flex;align-items:center;gap:.5rem}.error-message,.file-list li{border-radius:8px;font-size:.9rem}.error-message{margin-top:1rem;padding:.875rem;background:#fee;color:#c33}.material-list-section .material-list-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.02em}.material-list-section .material-list-desc{font-size:.9375rem;color:#64748b;margin-bottom:1.5rem;line-height:1.5}.material-list-add-category-wrap{margin-top:.25rem;padding:.25rem;border:1px dashed #e2e8f0;border-radius:6px;background:#f8fafc;display:flex;justify-content:center}.material-list-section .material-list-add-category{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0070f3,#0ea5e9);border:none;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(0,112,243,.35)}.material-list-section .material-list-add-category:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,112,243,.4)}.material-list-section .material-list-add-category:disabled{opacity:.7;cursor:not-allowed}.material-list-empty{padding:2.5rem 2rem;text-align:center;color:#64748b;font-size:.9375rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:12px}.material-list-tree{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.material-list-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:box-shadow .2s ease}.material-list-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.material-list-card--dragging{opacity:.6;box-shadow:0 8px 24px rgba(0,0,0,.15);transform:scale(1.02);transition:box-shadow .15s ease,transform .15s ease}.material-list-subcard--dragging{opacity:.7;box-shadow:0 6px 16px rgba(0,0,0,.12)}.material-list-item-row--dragging{opacity:.7;background:#f1f5f9}.material-list-card-header{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;padding:.3rem .75rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-bottom:1px solid #e2e8f0}.material-list-input{font-family:inherit;padding:.2rem .6rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.8125rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.material-list-input:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 3px rgba(0,112,243,.15)}.material-list-input::placeholder{color:#94a3b8}.material-list-input--category{flex:1 1;min-width:220px;font-weight:600;color:#0f172a}.material-list-btn-sub{padding:.2rem .6rem;font-size:.8125rem;font-weight:500;color:#0070f3;background:#fff;border:1px solid #0070f3;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.material-list-btn-sub:hover:not(:disabled){background:#0070f3;color:#fff}.material-list-btn-sub:disabled{opacity:.6;cursor:not-allowed}.material-list-btn-delete{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .5rem;font-size:.75rem;font-weight:500;color:#fff;background:#ef4444;border:none;border-radius:8px;cursor:pointer;transition:background .15s ease,transform .1s ease}.material-list-btn-delete:hover:not(:disabled){background:#dc2626}.material-list-btn-delete:disabled{opacity:.6;cursor:not-allowed}.material-list-card-body{padding:.3rem .75rem}.material-list-empty-sub{font-size:.875rem;color:#94a3b8;padding:.5rem 0}.material-list-subcard{margin-top:.2rem;padding:.25rem .6rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.material-list-subcard:first-of-type{margin-top:0}.material-list-subcard-header{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;margin-bottom:.2rem}.material-list-input--sub{flex:1 1;min-width:200px;font-size:.9375rem;color:#334155}.material-list-btn-item{padding:.4rem .75rem;font-size:.8125rem;font-weight:500;color:#0ea5e9;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.material-list-btn-item:hover:not(:disabled){background:#e0f2fe;border-color:#0ea5e9}.material-list-btn-item:disabled{opacity:.6;cursor:not-allowed}.material-list-items{margin-left:.25rem}.material-list-empty-items{font-size:.8125rem;color:#94a3b8;margin-top:.25rem}.material-list-item-row{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.material-list-item-row:first-child{margin-top:0}.material-list-input--item{flex:1 1;padding:.5rem .75rem;font-size:.875rem;color:#334155}.material-list-btn-delete-item{padding:.3rem .5rem;font-size:.75rem;font-weight:500;color:#fff;background:#64748b;border:none;border-radius:6px;cursor:pointer;transition:background .15s ease}.material-list-btn-delete-item:hover:not(:disabled){background:#475569}.material-list-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.material-list-collapse-buttons{display:flex;gap:.5rem;flex-shrink:0}.material-list-collapse-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.material-list-collapse-btn:hover:not(:disabled){background:#e2e8f0;color:#475569}.material-list-collapse-btn.active{background:linear-gradient(135deg,#0070f3,#0ea5e9);color:#fff;border-color:transparent}.material-list-collapse-btn:disabled{opacity:.6;cursor:not-allowed}.material-list-collapse-btn--excel{display:inline-flex;align-items:center;color:#1a3a5c;background:#f0f6ff;border-color:#bfdbfe}.material-list-collapse-btn--excel:hover:not(:disabled){background:#dbeafe;color:#1e40af;border-color:#93c5fd}.material-list-chevron{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;color:#64748b;border-radius:6px;cursor:pointer;transition:background .2s,color .2s;flex-shrink:0}.material-list-chevron:hover:not(:disabled){background:#e2e8f0;color:#0f172a}.material-list-chevron--sub{width:28px;height:28px}.material-list-order-buttons{display:flex;flex-direction:column;gap:0;flex-shrink:0}.material-list-order-btn{padding:.2rem .5rem;font-size:.7rem;line-height:1;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;cursor:pointer;transition:background .2s,color .2s;border-radius:2px}.material-list-order-btn:first-child{border-radius:4px 4px 0 0}.material-list-order-btn:last-child{border-radius:0 0 4px 4px}.material-list-order-btn:hover:not(:disabled){background:#e2e8f0;color:#0f172a}.material-list-order-btn:disabled{opacity:.4;cursor:not-allowed}.material-list-order-btn--sm{padding:.15rem .4rem;font-size:.65rem}.material-list-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;color:#64748b;border-radius:6px;cursor:-webkit-grab;cursor:grab;transition:background .2s,color .2s;flex-shrink:0}.material-list-drag-handle:hover:not(:disabled){background:#e2e8f0;color:#0f172a}.material-list-drag-handle:disabled{opacity:.4;cursor:not-allowed}.material-list-drag-handle--sub{width:28px;height:28px}.material-list-drag-handle--sub svg{width:14px;height:14px}.material-list-drag-handle--sm{width:26px;height:26px}.material-list-drag-handle--sm svg{width:12px;height:12px}.material-list-content-with-expand{display:flex;align-items:flex-start;gap:1rem;margin-top:.5rem}.material-list-form{flex:1 1 85%;min-width:0;max-width:100%}.material-list-expand-wrap{flex-shrink:0;padding-top:.25rem}.material-list-expand-btn{white-space:nowrap}.material-list-add-subcategory-row{margin-top:.2rem}.material-list-add-item-row,.material-list-add-subcategory-row{padding:.25rem;border:1px dashed #e2e8f0;border-radius:6px;background:#f8fafc;display:flex;justify-content:center}.material-list-add-item-row{margin-top:.15rem}.material-list-btn-add-inline{width:100%;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;color:#0ea5e9;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease;box-shadow:0 2px 8px rgba(14,165,233,.2)}.material-list-btn-add-inline:hover:not(:disabled){background:#e0f2fe;border-color:#0ea5e9}.material-list-btn-add-inline:disabled{opacity:.6;cursor:not-allowed}.material-list-btn-add-inline--sub{color:#0070f3;background:#eff6ff;border-color:#bfdbfe;box-shadow:0 2px 8px rgba(0,112,243,.2)}.material-list-btn-add-inline--sub:hover:not(:disabled){background:#dbeafe;border-color:#0070f3}.material-list-card-header--with-order{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.material-list-item-row--with-order,.material-list-subcard-header--with-order{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.material-list-add-buttons-wrap{flex-direction:column;align-items:stretch;gap:.25rem;padding:.375rem}.material-list-add-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.material-list-select{padding:.5rem .75rem;font-size:.9375rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#334155;min-width:180px;transition:border-color .2s,box-shadow .2s}.material-list-select:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.15)}.material-list-add-category--secondary{background:linear-gradient(135deg,#0ea5e9,#06b6d4);box-shadow:0 2px 8px rgba(14,165,233,.35)}.material-list-add-category--secondary:hover:not(:disabled){box-shadow:0 4px 14px rgba(14,165,233,.4)}.material-list-btn-delete-item:disabled{opacity:.6;cursor:not-allowed}.material-list-success{margin-bottom:1rem;padding:.875rem 1rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#065f46;border-radius:10px;font-size:.9rem;font-weight:500;border:1px solid #a7f3d0}.material-list-save{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0070f3,#0ea5e9);border:none;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 10px rgba(0,112,243,.3)}.material-list-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,112,243,.35)}.material-list-save:disabled{opacity:.7;cursor:not-allowed;transform:none}.drag-indicator-above{border-top:2.5px solid #0070f3!important;box-shadow:0 -3px 10px rgba(0,112,243,.18)!important;transition:border-top 0s,box-shadow 0s}.drag-indicator-below{border-bottom:2.5px solid #0070f3!important;box-shadow:0 3px 10px rgba(0,112,243,.18)!important;transition:border-bottom 0s,box-shadow 0s}.profile-page-wrapper{padding:2rem 1.5rem 4rem;min-height:calc(100vh - 80px);background:linear-gradient(160deg,#f0f4ff,#f8fafc 60%,#fff)}.profile-layout{max-width:1100px;margin:0 auto;display:flex;gap:2rem;align-items:flex-start}.profile-sidebar{width:260px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:1.5rem}.profile-user-card{background:linear-gradient(135deg,#0070f3,#0ea5e9);border-radius:18px;padding:1.75rem 1.5rem;color:#fff;margin-bottom:1.25rem;text-align:center;box-shadow:0 8px 24px rgba(0,112,243,.3)}.profile-avatar{width:68px;height:68px;border-radius:50%;background:hsla(0,0%,100%,.22);display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:800;margin:0 auto .875rem;border:3px solid hsla(0,0%,100%,.45);letter-spacing:-.02em}.profile-user-name{font-size:1rem;font-weight:700;margin-bottom:.25rem;letter-spacing:-.01em}.profile-user-email{font-size:.8125rem;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-nav{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.profile-nav-item{display:flex;align-items:center;gap:.75rem;padding:.9375rem 1.25rem;width:100%;border:none;border-left:3px solid transparent;background:transparent;color:#64748b;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,border-left-color .15s ease;text-align:left}.profile-nav-item:not(:last-child){border-bottom:1px solid #f1f5f9}.profile-nav-item svg{flex-shrink:0;opacity:.7;transition:opacity .15s ease}.profile-nav-item.active{background:#eff6ff;color:#0070f3;font-weight:600;border-left-color:#0070f3}.profile-nav-item.active svg{opacity:1}.profile-nav-item:hover:not(.active){background:#f8fafc;color:#334155}.profile-nav-item:hover:not(.active) svg{opacity:.9}.profile-content{flex:1 1;min-width:0}.profile-content-card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.profile-section-header{margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9}.profile-section-header h2{font-size:1.375rem;font-weight:700;color:#0f172a;margin-bottom:.375rem;letter-spacing:-.02em}.profile-section-header p{font-size:.9rem;color:#64748b}.profile-success-msg{margin-bottom:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#065f46;border-radius:10px;font-size:.9rem;font-weight:500;border:1px solid #a7f3d0}.profile-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;gap:1rem;color:#64748b;font-size:1rem}.brand-list-add-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;margin-bottom:2rem}.brand-list-add-card h3{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.brand-list-items-section h3{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.brand-list-item-card{padding:1.25rem 1.5rem;border:1px solid #e2e8f0;border-radius:14px;background:#fff;transition:box-shadow .2s ease}.brand-list-item-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.07)}.brand-list-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.brand-list-item-info h4{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.3rem}.brand-list-item-info p{font-size:.85rem;color:#64748b;margin-bottom:.15rem}.brand-list-item-info .brand-date{font-size:.8rem;color:#94a3b8}.brand-list-item-actions{display:flex;flex-direction:column;gap:.4rem;flex-shrink:0}.brand-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .875rem;font-size:.8125rem;font-weight:600;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap}.brand-action-btn--download{background:#f0f9ff;color:#0ea5e9;border-color:#bae6fd}.brand-action-btn--download:hover{background:#e0f2fe;border-color:#0ea5e9}.brand-action-btn--edit{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.brand-action-btn--edit:hover{background:#dcfce7;border-color:#16a34a}.brand-action-btn--cancel{background:#fefce8;color:#ca8a04;border-color:#fef08a}.brand-action-btn--cancel:hover{background:#fef9c3;border-color:#ca8a04}.brand-action-btn--delete{background:#fef2f2;color:#dc2626;border-color:#fecaca}.brand-action-btn--delete:hover{background:#fee2e2;border-color:#dc2626}.brand-update-form{margin-top:1rem;padding:1.25rem;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.brand-file-input{padding:.5rem;border:1px dashed #cbd5e1;border-radius:8px;width:100%;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s}.brand-file-input:hover{border-color:#0070f3}.brand-empty-state{padding:3rem 2rem;text-align:center;color:#94a3b8;border:2px dashed #e2e8f0;border-radius:14px;display:flex;flex-direction:column}.brand-add-new-btn,.brand-empty-state{font-size:.9375rem;align-items:center;gap:.5rem}.brand-add-new-btn{display:inline-flex;padding:.625rem 1.25rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0070f3,#0ea5e9);border:none;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(0,112,243,.3);white-space:nowrap}.brand-add-new-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,112,243,.4)}.brand-editor-page-wrap{max-width:1460px;margin:0 auto;padding:0 1rem 3rem}.brand-editor-page-loading{align-items:center;justify-content:center;min-height:240px;color:#64748b;font-size:.9375rem}.brand-editor,.brand-editor-page-loading{display:flex;flex-direction:column;background:#fff;border-radius:18px;border:1px solid #e2e8f0}.brand-editor{box-shadow:0 2px 10px rgba(0,0,0,.06);overflow:hidden}.brand-editor-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.25rem 1.75rem;border-bottom:1px solid #e8edf5;background:linear-gradient(135deg,#f8faff,#f0f4ff);flex-wrap:wrap}.brand-editor-header-info h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin-bottom:.25rem;letter-spacing:-.01em}.brand-editor-header-info p{font-size:.875rem;color:#64748b}.brand-editor-fill-count{color:#0070f3;font-weight:600}.brand-editor-toolbar{display:flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.brand-editor-toolbar-divider{width:1px;height:24px;background:#e2e8f0;flex-shrink:0}.brand-editor-toolbar-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.8125rem;font-weight:600;border-radius:8px;border:1.5px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,transform .1s;white-space:nowrap}.brand-editor-toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.brand-editor-toolbar-btn--export{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.brand-editor-toolbar-btn--export:hover:not(:disabled){background:#dcfce7;border-color:#16a34a;transform:translateY(-1px)}.brand-editor-toolbar-btn--import{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.brand-editor-toolbar-btn--import:hover:not(:disabled){background:#dbeafe;border-color:#1d4ed8;transform:translateY(-1px)}.brand-editor-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f1f5f9;color:#64748b;border-radius:8px;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.brand-editor-close:hover{background:#fee2e2;color:#dc2626}.brand-editor-import-banner{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1.5rem;font-size:.875rem;line-height:1.5;border-bottom:1px solid}.brand-editor-import-banner--success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.brand-editor-import-banner--warning{background:#fffbeb;color:#92400e;border-color:#fde68a}.brand-editor-import-banner--error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.brand-editor-import-banner-icon{flex-shrink:0;margin-top:.1rem}.brand-editor-import-banner-text{flex:1 1}.brand-editor-import-banner-close{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;border:none;background:transparent;cursor:pointer;opacity:.5;border-radius:4px;transition:opacity .15s;flex-shrink:0}.brand-editor-import-banner-close:hover{opacity:1}.brand-editor-marka-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.75rem;border-bottom:1px solid #f1f5f9;background:#fafbff;flex-wrap:wrap}.brand-editor-label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap;flex-shrink:0}.brand-editor-marka-input{flex:1 1;min-width:220px;max-width:380px;padding:.5rem .875rem;border:1.5px solid #cbd5e1;border-radius:8px;font-size:.9375rem;font-family:inherit;color:#0f172a;background:#fff;transition:border-color .2s,box-shadow .2s}.brand-editor-marka-input:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 3px rgba(0,112,243,.12)}.brand-editor-marka-input::placeholder{color:#94a3b8}.brand-editor-empty{padding:3rem 2rem;text-align:center;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:.9375rem}.brand-editor-empty strong{color:#475569}.brand-editor-table-wrap{flex:1 1;overflow:auto;max-height:600px;border-bottom:1px solid #e2e8f0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.brand-editor-table{width:100%;min-width:1120px;border-collapse:collapse;font-size:.875rem;table-layout:fixed}.brand-editor-col--material{width:300px}.brand-editor-col--referans{width:170px}.brand-editor-col--aciklama{width:340px}.brand-editor-col--uretici{width:170px}.brand-editor-col--fiyat{width:140px}.brand-editor-th{position:-webkit-sticky;position:sticky;top:0;z-index:2;padding:.6rem .875rem;background:#f1f5f9;color:#374151;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-bottom:2px solid #dde3ed;border-right:1px solid #e2e8f0;text-align:left;white-space:nowrap}.brand-editor-th:last-child{border-right:none}.brand-editor-th--material{position:-webkit-sticky;position:sticky;left:0;z-index:3;background:#e6ebf5}.brand-editor-th--aciklama{background:#eef3fb}.brand-editor-th--fiyat{text-align:right}.brand-editor-row--category{background:#1e3a5f}.brand-editor-row--category td{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#1e3a5f}.brand-editor-cat-cell{padding:.5rem 1rem;font-size:.75rem;font-weight:700;color:#fff;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:.625rem;white-space:nowrap}.brand-editor-cat-badge{display:inline-flex;align-items:center;padding:.125rem .45rem;background:hsla(0,0%,100%,.18);color:#93c5fd;border-radius:4px;font-size:.63rem;font-weight:800;letter-spacing:.07em;flex-shrink:0;border:1px solid rgba(147,197,253,.35)}.brand-editor-row--subcategory{background:#dbeafe}.brand-editor-row--subcategory td{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:#dbeafe}.brand-editor-subcat-cell{padding:.375rem 1rem;font-size:.8rem;font-weight:700;color:#1e40af;display:flex;align-items:center;gap:.375rem;white-space:nowrap;letter-spacing:.01em}.brand-editor-subcat-badge{display:inline-flex;align-items:center;padding:.125rem .45rem;background:rgba(30,64,175,.12);color:#1e40af;border-radius:4px;font-size:.63rem;font-weight:800;letter-spacing:.07em;flex-shrink:0;border:1px solid rgba(30,64,175,.25)}.brand-editor-row--item{border-bottom:1px solid #f1f5f9;transition:background .1s}.brand-editor-row--item:hover{background:#fafbff}.brand-editor-row--item.brand-editor-row--filled{background:#f0fdf4}.brand-editor-row--item.brand-editor-row--filled:hover{background:#ecfdf5}.brand-editor-row--invalid{background:#fff8f8!important}.brand-editor-row--invalid:hover{background:#fff5f5!important}.brand-editor-row--invalid .brand-editor-td--material{background:#fff8f8!important}.brand-editor-td{padding:0;border-right:1px solid #f1f5f9;vertical-align:middle}.brand-editor-td:last-child{border-right:none}.brand-editor-td--material{padding:.5rem .875rem;font-size:.8375rem;font-weight:500;color:#334155;background:#fafbfc;border-right:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;left:0;z-index:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-editor-row--filled .brand-editor-td--material{background:#f0fdf4;color:#166534}.brand-editor-input{width:100%;padding:.5rem .75rem;border:none;background:transparent;font-family:inherit;font-size:.8375rem;color:#0f172a;outline:none;transition:background .1s;display:block;box-sizing:border-box}.brand-editor-input:focus{background:#eff6ff;outline:1.5px solid #93c5fd;outline-offset:-1.5px}.brand-editor-input::placeholder{color:#cbd5e1}.brand-editor-input:disabled{opacity:.6;cursor:not-allowed}.brand-editor-input--error{background:#fff1f2!important;outline:1.5px solid #fca5a5!important;outline-offset:-1.5px}.brand-editor-input--error::placeholder{color:#fca5a5}.brand-editor-input--error:focus{background:#fff1f2!important;outline:1.5px solid #ef4444!important}.brand-editor-td--error{border-right-color:#fca5a5}.brand-editor-input--price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;padding-right:1.25rem;letter-spacing:.01em}.brand-editor-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.75rem;background:#fafbff;border-top:1px solid #f1f5f9}.brand-editor-btn-cancel{padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:background .15s,color .15s}.brand-editor-btn-cancel:hover:not(:disabled){background:#e2e8f0;color:#334155}.brand-editor-btn-cancel:disabled{opacity:.6;cursor:not-allowed}.brand-editor-btn-save{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0070f3,#0ea5e9);border:none;border-radius:10px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(0,112,243,.3)}.brand-editor-btn-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,112,243,.4)}.brand-editor-btn-save:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.brand-editor-spinner{display:inline-block;width:15px;height:15px;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.material-list-section-wrapper{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.05)}.success-message{margin-top:1rem;padding:.875rem;background:#efe;color:#3c3;border-radius:8px;font-size:.9rem}.success-info-container{flex-direction:column;padding:2rem 1rem;text-align:center}.success-icon-large,.success-info-container{display:flex;align-items:center;justify-content:center}.success-icon-large{margin-bottom:1.5rem;animation:successPulse .6s ease}@keyframes successPulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.modal-footer{gap:1rem;padding:1rem 2rem 2rem;border-top:1px solid #e0e0e0}.edit-project-page{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#fff)}.edit-project-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center}.edit-project-content{width:100%}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.08);max-width:600px;margin:0 auto}.empty-state-icon{display:flex;justify-content:center;margin-bottom:2rem;opacity:.6}.empty-state-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.empty-state-description{font-size:1.1rem;color:#666;line-height:1.7;margin-bottom:2rem}@media (max-width:968px){.dashboard-options{grid-template-columns:1fr}.dashboard-title{font-size:2.5rem}}@media (max-width:640px){.dashboard-container{padding:2rem 1rem}.dashboard-title{font-size:2rem}.dashboard-subtitle{font-size:1.1rem}.dashboard-card{padding:2rem 1.5rem}.card-title{font-size:1.5rem}.modal-content{margin:1rem;max-height:95vh}.modal-body,.modal-footer,.modal-header{padding:1.5rem}.empty-state{padding:3rem 1.5rem}.empty-state-title{font-size:1.75rem}}.sayim-page{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#fff)}.sayim-page-fullscreen{min-height:100vh;background:#f5f5f5;position:relative}.sayim-center-top{position:fixed;top:.5rem;left:50%;transform:translateX(-50%);z-index:1000;display:flex;flex-direction:column;align-items:center;gap:.5rem}.sayim-center-top .pdf-navigation-controls-inline,.sayim-pano-adi-display{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:36px;height:36px;padding:0 .75rem;background:#fff;border-radius:6px;border:1px solid #ddd;box-shadow:0 1px 3px rgba(0,0,0,.1);box-sizing:border-box;min-width:140px}.sayim-pano-adi-display{font-size:.8rem;font-weight:500;color:#333}.sayim-top-controls{position:fixed;top:12px;right:12px;display:flex;flex-direction:column;align-items:stretch;gap:2px;z-index:1000;width:162px;padding:8px;background:hsla(0,0%,100%,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 0 0 .5px rgba(0,0,0,.03),0 2px 8px rgba(0,0,0,.07),0 8px 32px rgba(0,0,0,.09),0 20px 60px rgba(0,0,0,.05)}.back-button,.pdf-navigation-controls-inline,.sayim-top-controls .toolbar-button{width:100%;min-height:34px;height:34px;box-sizing:border-box}.back-button{position:fixed;top:8px;left:8px;z-index:1100;display:flex;align-items:center;justify-content:center;gap:6px;width:auto;min-height:30px;height:30px;padding:0 12px;background:hsla(0,0%,100%,.9);color:#555;border:1px solid rgba(0,0,0,.08);border-radius:6px;text-decoration:none;font-size:13px;font-weight:500;white-space:nowrap;transition:background .15s ease,color .15s ease;box-shadow:0 1px 2px rgba(0,0,0,.04)}.back-button:hover{background:rgba(0,0,0,.05);color:#111}.pdf-navigation-controls-inline{display:flex;align-items:center;justify-content:center;gap:2px;background:rgba(0,0,0,.04);padding:0 4px;border-radius:10px;box-shadow:none;border:none}.sayim-container-fullscreen{padding:.5rem;height:100vh;overflow:hidden;display:flex;flex-direction:column}.sayim-container-fullscreen.excel-mode{display:block;height:100vh;overflow:hidden;padding:0}.sayim-container{max-width:1800px;margin:0 auto;padding:1rem;position:relative}.pdf-navigation-controls{position:fixed;top:70px;right:1rem;display:flex;align-items:center;gap:.5rem;background:#fff;padding:.4rem .6rem;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;border:1px solid #e0e0e0}.nav-button{background:transparent;color:#555;border:none;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease;padding:0;flex-shrink:0}.nav-button svg{width:14px;height:14px}.nav-button:hover:not(:disabled){background:rgba(0,0,0,.07);color:#111}.nav-button:disabled{opacity:.25;cursor:not-allowed}.pdf-counter{font-weight:700;color:#444;font-size:.72rem;min-width:36px;text-align:center;letter-spacing:.01em}.pdf-viewer-wrapper{display:block;background:#fff;border-radius:6px;box-shadow:0 1px 5px rgba(0,0,0,.08);padding:.5rem;overflow:auto;flex:1 1;min-height:0;max-height:calc(100vh - 2rem);-webkit-overflow-scrolling:touch;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none}.pdf-viewer-wrapper.pdf-viewer-viewport{overflow:hidden}.pdf-viewer-wrapper.pdf-viewer-viewport .pdf-viewer-camera{display:inline-block;will-change:transform;padding-right:182px}.pdf-viewer-wrapper.is-rendering-upgrade .pdf-viewer-camera{filter:blur(.6px);transition:filter .12s ease-out}.pdf-viewer-wrapper:not(.is-rendering-upgrade) .pdf-viewer-camera{filter:none}.pdf-viewer-wrapper::-webkit-scrollbar{display:none}.pdf-loading-overlay{position:absolute;inset:0;background:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:600;color:#374151;z-index:5;pointer-events:none}.pdf-loading-spinner{width:18px;height:18px;border:2px solid rgba(0,0,0,.15);border-top-color:#2563eb;border-radius:50%;animation:spin .9s linear infinite}.pdf-viewer-wrapper.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;scroll-behavior:auto}.pdf-viewer-wrapper.pdf-dark-mode{background:#1a1a1a}[style*="invert(1)"] .marker-label{filter:invert(1) hue-rotate(180deg)}.pdf-viewer-wrapper.pdf-dark-mode .react-pdf__Page{filter:invert(1) hue-rotate(180deg) brightness(6.5) contrast(1.05);box-shadow:0 4px 20px hsla(0,0%,100%,.08)}.pdf-viewer-wrapper.pdf-dark-mode.pdf-dark-mode-bright .react-pdf__Page{filter:invert(1) hue-rotate(180deg) brightness(50) contrast(1.05)}.pdf-viewer-wrapper.is-dragging *{pointer-events:none}.sayim-context-menu{position:fixed;z-index:10000;min-width:180px;padding:4px 0;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid rgba(0,0,0,.08)}.sayim-context-menu-item{display:block;width:100%;padding:8px 14px;text-align:left;border:none;background:none;font-size:14px;color:#1f2937;cursor:pointer;white-space:nowrap}.sayim-context-menu-item:hover:not(:disabled){background:#f3f4f6}.sayim-context-menu-item:disabled{opacity:.6;cursor:not-allowed}.pdf-viewer{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-width:100%;min-height:100%;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.pdf-viewer .react-pdf__Document{display:inline-block;min-width:-moz-fit-content;min-width:fit-content;margin:auto}.pdf-viewer .react-pdf__Page{aspect-ratio:auto;transition:none;display:inline-block}.pdf-viewer .react-pdf__Page__canvas{display:block;object-fit:contain}.pano-element-marker{position:absolute;z-index:10;cursor:-webkit-grab;cursor:grab;transition:transform .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pano-element-marker:hover:not(.dragging){transform:translate(-50%,-50%) scale(1.2);z-index:11}.pano-element-marker.dragging{cursor:-webkit-grabbing;cursor:grabbing;z-index:1000;transition:none}.pano-element-marker.dragging .marker-dot{animation:none;transform:scale(1.3);box-shadow:0 6px 30px rgba(76,175,80,.8),0 0 0 7.5px rgba(76,175,80,.4)}.marker-dot{width:8.4375px;height:8.4375px;background:#4caf50;border:1.40625px solid #fff;border-radius:50%;box-shadow:0 1.40625px 4.21875px rgba(76,175,80,.5);animation:pulse 2s infinite;transition:all .2s ease}.pano-element-marker:hover .marker-dot{background:#388e3c;box-shadow:0 1.40625px 8.4375px rgba(76,175,80,.7),0 0 0 2.8125px rgba(76,175,80,.3)}.pano-element-marker.label-visible .marker-dot{display:none}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.marker-label{position:absolute;top:3.75px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,rgba(76,175,80,.92),rgba(56,142,60,.92));color:#fff;box-sizing:border-box;width:65.25px;padding:1.25px 3.75px;border-radius:1.875px;font-size:4.375px;font-weight:600;box-shadow:0 .9375px 2.8125px rgba(0,0,0,.2);pointer-events:none;opacity:0;transition:opacity .15s ease;border:.46875px solid hsla(0,0%,100%,.2);flex-direction:column;gap:2px;text-align:center;line-height:1.3}.marker-label,.marker-label-row{display:flex;align-items:stretch}.marker-label-row{gap:2.5px;width:100%;min-width:0}.pano-element-marker.label-visible .marker-label{opacity:1;pointer-events:auto}.pano-element-marker:hover .marker-label{opacity:1}.marker-label-text{flex:1 1;min-width:0;text-align:center;white-space:nowrap}.marker-label-text,.marker-label-text span{overflow-wrap:anywhere;word-break:break-word}.marker-label-text span{display:block;white-space:normal}.marker-delete-btn{align-self:stretch;background:hsla(0,0%,100%,.3);border:none;color:#fff;width:9px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s ease;padding:0;flex-shrink:0;z-index:2}.marker-delete-btn:hover{background:rgba(244,67,54,.9)}.marker-delete-icon{display:block;width:80%;height:80%;pointer-events:none}.marker-actions-row{display:flex;flex-direction:row;align-items:center;justify-content:stretch;gap:2px;margin-top:2px;width:100%}.marker-add-components-btn,.marker-change-material-btn{flex:1 1;padding:3px 8px;font-size:3.5px;font-weight:600;line-height:1.2;color:#1f2937;background:#fff;border:none;border-radius:4px;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .1s ease;min-width:0;text-align:center;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.marker-add-components-btn:hover,.marker-change-material-btn:hover{background:#f3f4f6;transform:scale(1.05)}.marker-add-components-btn:active,.marker-change-material-btn:active{transform:scale(.98)}.marker-components-list{margin-top:3px;padding-top:3px;border-top:.5px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:stretch;gap:2px;width:100%}.marker-component-item{display:flex;align-items:center;justify-content:space-between;gap:3px;padding:2px 3px;background:linear-gradient(135deg,rgba(76,175,80,.85),rgba(56,142,60,.85));border-radius:2px;border:.5px solid hsla(0,0%,100%,.2);font-size:3.5px;font-weight:500;line-height:1.3;color:hsla(0,0%,100%,.95);white-space:nowrap;max-width:100%;overflow:hidden;opacity:0;transform:translateY(-5px);animation:componentSlideIn .3s ease forwards}@keyframes componentSlideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.marker-component-text{flex:1 1;overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;align-items:flex-start;gap:.5px}.marker-component-text span{display:block;white-space:nowrap}.marker-component-delete-btn{background:hsla(0,0%,100%,.3);border:none;color:#fff;width:5px;height:5px;border-radius:50%;cursor:pointer;font-size:4px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .1s ease;padding:0;flex-shrink:0}.marker-component-delete-btn:hover{background:rgba(244,67,54,.9);transform:scale(1.2)}.marker-component-delete-btn:active{transform:scale(.9)}.page-navigation{gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;margin-top:1rem}.page-nav-button,.page-navigation{display:flex;align-items:center;justify-content:center}.page-nav-button{background:#fff;color:#0070f3;border:2px solid #0070f3;width:36px;height:36px;border-radius:8px;cursor:pointer;transition:all .2s ease;padding:0}.page-nav-button:hover:not(:disabled){background:#0070f3;color:#fff;transform:scale(1.05)}.page-nav-button:disabled{background:#f0f0f0;color:#ccc;border-color:#e0e0e0;cursor:not-allowed}.page-counter{font-weight:600;color:#333;font-size:.95rem;min-width:120px;text-align:center}.zoom-controls{gap:.75rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;margin-top:1rem}.zoom-button,.zoom-controls{display:flex;align-items:center;justify-content:center}.zoom-button{background:#fff;color:#0070f3;border:2px solid #0070f3;width:36px;height:36px;border-radius:8px;cursor:pointer;transition:all .2s ease;padding:0}.zoom-button:hover:not(:disabled){background:#0070f3;color:#fff;transform:scale(1.05)}.zoom-button:disabled{opacity:.4;cursor:not-allowed;border-color:#ccc;color:#ccc}.zoom-level{font-weight:600;color:#333;font-size:.9rem;min-width:50px;text-align:center}.zoom-hint{color:#999;cursor:help;display:flex;align-items:center;margin-left:.5rem;transition:color .2s ease}.zoom-hint:hover{color:#666}.react-pdf__Page{box-shadow:0 4px 20px rgba(0,0,0,.15);border-radius:8px;overflow:hidden}.react-pdf__Page__canvas{display:block;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.pdf-render-container.pdf-stack{position:relative;contain:layout style}.pdf-stack .pdf-layer{top:0;left:0}.pdf-stack .react-pdf__Page__canvas{opacity:1}.react-pdf__Page__annotations{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.react-pdf__Page__annotations--loading{display:none}.react-pdf__Page__annotation{position:absolute}.react-pdf__Page__annotation--link{cursor:pointer}.react-pdf__Page__annotation--link:hover{opacity:.2;background:rgba(255,255,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.1)}.react-pdf__Page__textContent{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.react-pdf__Page__textContent--selecting{opacity:.2}.react-pdf__Page__textContent--selecting .react-pdf__Page__textContent__text{cursor:text}.react-pdf__Page__textContent--selecting .react-pdf__Page__textContent__text:hover{background:rgba(0,0,0,.1)}.react-pdf__Page__textContent__text{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0 0}.react-pdf__Page__textContent--selecting .react-pdf__Page__textContent__text{color:transparent}.react-pdf__Page__textContent--selecting .react-pdf__Page__textContent__text::selection{background:rgba(0,0,0,.2)}@media (max-width:968px){.sayim-top-controls{top:8px;right:8px;gap:2px;width:140px;padding:6px}.back-button,.pdf-navigation-controls-inline,.sayim-top-controls .toolbar-button{min-height:32px;height:32px}.back-button{padding:0 8px;font-size:.74rem}.pdf-navigation-controls-inline{padding:0 4px;gap:2px}.sayim-center-top{top:.3rem;gap:.4rem}.sayim-center-top .pdf-navigation-controls-inline,.sayim-pano-adi-display{min-width:120px;padding:0 .6rem;font-size:.75rem}.nav-button{width:24px;height:24px}.pdf-counter{font-size:.7rem;min-width:35px}.sayim-container-fullscreen{padding:.3rem}.pdf-viewer-wrapper{padding:.3rem;max-height:calc(100vh - 1.5rem)}.export-excel-button{width:120px;height:32px;min-height:32px;padding:0 12px}}@media (max-width:640px){.sayim-top-controls{flex-direction:row;flex-wrap:wrap;top:.2rem;right:.2rem;gap:.3rem;width:auto;max-width:180px}.back-button,.sayim-top-controls .toolbar-button{flex:1 1;min-width:80px;min-height:32px;height:32px}.sayim-center-top .pdf-navigation-controls-inline{flex:none;min-width:auto}.sayim-center-top{top:.2rem;gap:.35rem}.sayim-center-top .pdf-navigation-controls-inline,.sayim-pano-adi-display{min-width:100px;padding:0 .5rem;font-size:.7rem;min-height:32px;height:32px}.back-button{padding:0 .5rem;font-size:.7rem}.back-button svg{width:12px;height:12px}.pdf-viewer-wrapper{padding:.25rem;max-height:calc(100vh - 1.5rem)}.page-navigation{flex-wrap:wrap}.export-excel-button{height:32px;min-height:32px;padding:0 12px;width:auto;min-width:80px}}.pano-adi-container{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;background:hsla(0,0%,100%,.95);padding:12px 24px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pano-adi-label{font-weight:600;color:#333;font-size:14px;white-space:nowrap}.pano-adi-input{width:300px;padding:10px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;transition:all .2s ease}.pano-adi-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.pano-adi-input::placeholder{color:#9ca3af}.pano-adi-saving{font-size:12px;color:#666;font-style:italic}.export-excel-button{position:fixed;bottom:20px;right:20px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;width:140px;height:36px;min-height:36px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;z-index:100;white-space:nowrap;box-sizing:border-box}.export-excel-button:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 15px rgba(16,185,129,.4)}.export-excel-button:active{transform:scale(.98)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.export-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 50px rgba(0,0,0,.3);animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:18px;font-weight:600;color:#111827}.modal-close{background:none;border:none;cursor:pointer;padding:4px;color:#6b7280;transition:color .2s}.modal-close:hover{color:#111827}.modal-content{padding:24px;overflow-y:auto;flex:1 1}.no-brands-message{text-align:center;color:#6b7280;padding:24px}.brand-list-grid{display:flex;flex-direction:column;gap:12px}.brand-list-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease}.brand-list-item:hover{border-color:#2563eb;background:#f0f7ff}.brand-list-item.selected{border-color:#2563eb;background:#eff6ff}.brand-checkbox{width:22px;height:22px;border:2px solid #d1d5db;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.brand-list-item.selected .brand-checkbox{background:#2563eb;border-color:#2563eb;color:#fff}.brand-name{font-size:14px;font-weight:500;color:#374151}.export-error{color:#dc2626;font-size:13px;margin-top:12px;padding:10px;background:#fef2f2;border-radius:8px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}.modal-cancel-button{padding:10px 20px;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-cancel-button:hover{background:#e5e7eb}.modal-cancel-button:disabled{opacity:.5;cursor:not-allowed}.modal-create-button{padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.modal-create-button:hover{box-shadow:0 4px 12px rgba(16,185,129,.4)}.modal-create-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}@media (max-width:768px){.pano-adi-container{bottom:70px;left:10px;right:10px;transform:none;padding:10px 16px}.pano-adi-input{width:100%;flex:1 1}.export-excel-button{bottom:10px;right:10px;width:120px;height:32px;min-height:32px;padding:0 12px;font-size:12px}.export-modal{width:95%;max-height:85vh;margin:10px}}@media (max-width:480px){.pano-adi-container{flex-direction:column;align-items:stretch;gap:8px;bottom:80px}.pano-adi-label{font-size:13px}.export-excel-button{padding:0 10px;height:32px;min-height:32px;font-size:12px;bottom:15px;right:10px;width:auto;min-width:80px}}.toolbar-button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease;white-space:nowrap}.toolbar-button.add-material-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toolbar-button.add-material-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 15px rgba(16,185,129,.4)}.toolbar-button.add-material-btn:active{transform:scale(.98)}.toolbar-button.pdf-dark-mode-toggle{background:#fff;color:#374151;border:1px solid #ddd}.toolbar-button.pdf-dark-mode-toggle:hover{background:#f3f4f6;border-color:#d1d5db}.toolbar-button.pdf-dark-mode-toggle.active{background:#1e293b;color:#e2e8f0;border-color:#334155}.toolbar-button.pdf-dark-mode-toggle.active:hover{background:#334155;color:#f1f5f9}.toolbar-button.pdf-bright-toggle{background:#fff;color:#374151;border:1px solid #ddd}.toolbar-button.pdf-bright-toggle:hover{background:#f3f4f6;border-color:#d1d5db}.toolbar-button.pdf-bright-toggle.active{background:#f59e0b;color:#fff;border-color:#d97706}.toolbar-button.pdf-bright-toggle.active:hover{background:#d97706;color:#fff}.zoom-controls-inline{gap:4px;background:#fff;border:1px solid #ddd;border-radius:6px;padding:4px 8px;box-shadow:0 1px 3px rgba(0,0,0,.1);height:36px;box-sizing:border-box}.zoom-controls-inline,.zoom-controls-inline .zoom-btn{display:flex;align-items:center;justify-content:center}.zoom-controls-inline .zoom-btn{width:24px;height:24px;border:none;background:#f3f4f6;border-radius:4px;cursor:pointer;color:#374151;transition:all .15s ease}.zoom-controls-inline .zoom-btn:hover{background:#e5e7eb;color:#111827}.zoom-controls-inline .zoom-btn:active{transform:scale(.95)}.zoom-controls-inline .zoom-indicator{font-size:11px;font-weight:600;color:#374151;min-width:40px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toolbar-button.fit-to-screen-btn{background:#3b82f6;color:#fff;border:1px solid #2563eb}.toolbar-button.fit-to-screen-btn:hover{background:#2563eb;border-color:#1d4ed8;box-shadow:0 2px 8px rgba(59,130,246,.4)}.toolbar-button.fit-to-screen-btn:active{transform:scale(.98)}.zoom-control-wrapper{position:relative;width:100%}.toolbar-button.zoom-display-btn{background:#fff;color:#374151;border:1px solid #ddd;width:100%}.toolbar-button.zoom-display-btn:hover{background:#f3f4f6;border-color:#d1d5db}.zoom-menu-dropdown{position:absolute;top:100%;right:0;margin-top:6px;min-width:160px;background:hsla(0,0%,100%,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 0 0 .5px rgba(0,0,0,.03),0 4px 16px rgba(0,0,0,.1),0 16px 48px rgba(0,0,0,.08);padding:6px;z-index:1001}.zoom-menu-current{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #eee;font-size:12px}.zoom-menu-label{color:#6b7280}.zoom-menu-value{font-weight:600;color:#111827}.zoom-menu-actions{display:flex;gap:6px;margin-bottom:8px}.zoom-menu-btn{flex:1 1;height:32px;border:1px solid #ddd;border-radius:6px;background:#f9fafb;font-size:18px;font-weight:600;color:#374151;cursor:pointer;transition:all .15s ease}.zoom-menu-btn:hover{background:#f3f4f6;border-color:#d1d5db}.zoom-menu-presets{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.zoom-preset-btn{padding:4px 8px;font-size:11px;font-weight:600;border:1px solid #ddd;border-radius:4px;background:#f9fafb;color:#374151;cursor:pointer;transition:all .15s ease}.zoom-preset-btn:hover{background:#e5e7eb}.zoom-preset-btn.active{background:#3b82f6;color:#fff;border-color:#2563eb}.zoom-menu-fit{width:100%;padding:6px 10px;font-size:12px;font-weight:600;border:1px solid #2563eb;border-radius:6px;background:#3b82f6;color:#fff;cursor:pointer;transition:all .15s ease}.zoom-menu-fit:hover{background:#2563eb}.referans-display-btn.active{background:#dbeafe;color:#1d4ed8}.toolbar-button.labels-vertical-toggle.active{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.referans-dropdown .referans-dropdown-item{display:block;width:100%;padding:7px 10px;border-radius:8px;font-size:12px;text-align:left;border:none;background:transparent;cursor:pointer;transition:background .15s ease}.referans-dropdown .referans-dropdown-item:hover:not(:disabled){background:#e5e7eb}.referans-dropdown .referans-dropdown-item.selected{background:#3b82f6;color:#fff}.referans-dropdown .referans-dropdown-item:disabled{cursor:not-allowed;opacity:.7}.referans-dropdown-empty{padding:12px;font-size:12px;color:#6b7280;text-align:center}.sayim-top-controls .toolbar-button{display:flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:none;border-radius:10px;cursor:pointer;font-size:.75rem;font-weight:500;transition:background .15s ease,color .15s ease;white-space:nowrap;box-shadow:none;background:transparent;color:#555}.material-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2000;display:flex;justify-content:flex-end;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.material-panel{width:90%;max-width:1400px;height:100%;background:#f8f9fa;box-shadow:-10px 0 40px rgba(0,0,0,.2);display:flex;flex-direction:column;animation:slideInFromRight .3s ease}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.material-panel-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.material-panel-header h2{margin:0;font-size:20px;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#0070f3,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.material-panel-close{background:none;border:none;cursor:pointer;padding:8px;color:#6b7280;border-radius:8px;transition:all .2s ease}.material-panel-close:hover{background:#f3f4f6;color:#1f2937}.material-panel-content{flex:1 1;display:flex;overflow:hidden}.material-loading{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b7280}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#0070f3;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.material-error{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#ef4444;text-align:center;padding:24px}.material-error p{font-size:16px;max-width:400px}.material-categories-section{width:380px;min-width:380px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.material-categories-section h3{padding:16px 20px;margin:0;font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.categories-list{flex:1 1;overflow-y:auto;padding:8px}.category-item{margin-bottom:4px}.main-category{display:flex;align-items:center;gap:8px;padding:14px 16px;background:#f3f4f6;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.main-category:hover{background:#e5e7eb}.main-category.expanded{background:#dbeafe;border-color:#3b82f6}.main-category .category-arrow{transition:transform .2s ease;color:#6b7280;flex-shrink:0}.main-category.expanded .category-arrow{transform:rotate(90deg);color:#3b82f6}.main-category span{font-size:14px;font-weight:600;color:#374151;line-height:1.4}.main-category.expanded span{color:#1e40af}.sub-categories-list{padding-left:24px;padding-top:4px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sub-category{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-radius:6px;cursor:pointer;transition:all .2s ease;margin-bottom:2px;border-left:3px solid transparent}.sub-category:hover{background:#f3f4f6}.sub-category.selected{background:#eff6ff;border-left-color:#3b82f6}.sub-category span{font-size:13px;color:#4b5563}.sub-category.selected span{color:#1e40af;font-weight:500}.sub-category .product-count{font-size:11px;background:#e5e7eb;color:#6b7280;padding:2px 8px;border-radius:10px;font-weight:500}.sub-category.selected .product-count{background:#3b82f6;color:#fff}.material-products-section{flex:5 1;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-right:1px solid #e5e7eb}.material-panel-replace-hint{padding:12px 24px;margin:0;font-size:14px;color:#4b5563;background:#eff6ff;border-bottom:1px solid #e5e7eb}.material-products-section h3{padding:16px 24px;margin:0;font-size:16px;font-weight:600;color:#1f2937;border-bottom:1px solid #e5e7eb;background:#f9fafb}.products-list{flex:1 1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.product-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb;transition:all .2s ease}.product-item.clickable{cursor:pointer}.product-item.clickable:hover{background:#dcfce7;border-color:#10b981;transform:translateX(4px)}.product-item.clickable:active{transform:translateX(2px);background:#bbf7d0}.product-name{font-size:14px;color:#374151;line-height:1.5;flex:1 1}.product-ref{color:#6b7280;font-size:13px;font-weight:500}.product-item-content{display:flex;flex-direction:column;gap:2px;flex:1 1}.search-result-path{font-size:11px;color:#9ca3af;font-style:italic}.material-panel-search-row{display:flex;align-items:center;gap:10px;flex:1 1;min-width:280px}.material-search-bar{display:flex;align-items:center;gap:8px;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:10px;padding:8px 12px;flex:1 1;transition:border-color .2s ease}.material-search-bar:focus-within{border-color:#3b82f6;background:#fff}.material-search-bar .search-icon{color:#9ca3af;flex-shrink:0}.material-search-bar:focus-within .search-icon{color:#3b82f6}.material-search-input{flex:1 1;border:none;background:transparent;outline:none;font-size:14px;color:#1f2937;min-width:0}.material-search-input::placeholder{color:#9ca3af}.search-clear-btn{background:none;border:none;cursor:pointer;color:#9ca3af;padding:2px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .15s ease}.search-clear-btn:hover{color:#374151}.material-brand-selector{flex-shrink:0}.material-panel-brand-badge{display:flex;align-items:center;gap:5px;font-size:12px;color:#3b82f6;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:20px;padding:5px 10px;white-space:nowrap;font-weight:500;cursor:pointer;transition:all .15s ease;line-height:1}.material-panel-brand-badge.active,.material-panel-brand-badge:hover{background:#dbeafe;border-color:#3b82f6}.brand-badge-spinner{display:inline-block;width:12px;height:12px;border:2px solid #bfdbfe;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.brand-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:160px;z-index:100;overflow:hidden;animation:fadeIn .15s ease}.brand-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;cursor:pointer;font-size:13px;color:#374151;text-align:left;transition:background .1s ease}.brand-dropdown-item:hover{background:#f3f4f6}.brand-dropdown-item.selected{color:#1d4ed8;font-weight:600;background:#eff6ff}.brand-dropdown-item.selected svg{color:#1d4ed8;flex-shrink:0}.product-add-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:16px}.product-add-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(16,185,129,.4)}.product-add-btn:active{transform:scale(.95)}.no-selection-message{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#9ca3af;text-align:center;padding:40px}.no-selection-message p{font-size:16px;max-width:300px;line-height:1.6}.selected-materials-section{flex:3 1;min-width:300px;max-width:450px;display:flex;flex-direction:column;background:#fafafa;border-left:1px solid #e5e7eb}.selected-materials-section h3{padding:16px 20px;margin:0;font-size:14px;font-weight:600;color:#1f2937;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.selected-materials-content{flex:1 1;overflow-y:auto;padding:12px}.no-selected-materials{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;color:#9ca3af;height:100%}.no-selected-materials p{font-size:14px;margin:8px 0 4px;color:#6b7280}.no-selected-materials span{font-size:12px;color:#9ca3af}.selected-materials-list{display:flex;flex-direction:column;gap:8px}.selected-material-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.selected-material-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px rgba(0,0,0,.05)}.selected-material-name{font-size:13px;color:#374151;line-height:1.4;flex:1 1;word-break:break-word}.selected-material-remove{background:#fee2e2;border:none;color:#ef4444;width:24px;height:24px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:10px}.selected-material-remove:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.add-to-pano-footer{padding:16px;border-top:1px solid #e5e7eb;background:#fff}.add-to-pano-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(16,185,129,.3)}.add-to-pano-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.add-to-pano-btn:active:not(:disabled){transform:translateY(0)}.add-to-pano-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.btn-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.new-badge{display:inline-block;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:2.5px;font-weight:700;padding:.5px 1.5px;border-radius:1px;margin-right:1.5px;text-transform:uppercase;letter-spacing:.2px;animation:newBadgePulse 2s ease-in-out infinite;flex-shrink:0}@keyframes newBadgePulse{0%,to{opacity:1}50%{opacity:.7}}.marker-label.is-duplicate{background:linear-gradient(135deg,rgba(220,38,38,.95),rgba(185,28,28,.95));border-color:hsla(0,0%,100%,.3)}.marker-label.is-overlapping:not(.is-duplicate):not(.is-group){background:linear-gradient(135deg,rgba(37,99,235,.95),rgba(29,78,216,.95));border-color:hsla(0,0%,100%,.3)}.marker-label.is-overlapping:not(.is-duplicate):not(.is-group) .marker-component-item{background:linear-gradient(135deg,rgba(59,130,246,.92),rgba(37,99,235,.92));border-color:hsla(0,0%,100%,.28)}.marker-label.is-duplicate .marker-component-item{background:linear-gradient(135deg,rgba(239,68,68,.92),rgba(220,38,38,.92));border-color:hsla(0,0%,100%,.28)}.marker-label.is-selected{box-shadow:0 0 0 1px #1e40af,0 1px 3px rgba(0,0,0,.22)}.marker-label.is-group{background:linear-gradient(135deg,rgba(124,58,237,.95),rgba(91,33,182,.95));border-color:hsla(0,0%,100%,.32)}.marker-label.is-group .marker-component-item{background:linear-gradient(135deg,rgba(139,92,246,.92),rgba(109,40,217,.92));border-color:hsla(0,0%,100%,.28)}.pdf-viewer-wrapper.pdf-dark-mode .marker-label.is-group{background:linear-gradient(135deg,rgba(124,58,237,.95),rgba(91,33,182,.95))!important;color:#fff!important;border-color:hsla(0,0%,100%,.32)!important}.pdf-viewer-wrapper.pdf-dark-mode .marker-label.is-group .marker-component-item{background:linear-gradient(135deg,rgba(139,92,246,.92),rgba(109,40,217,.92))!important;color:#fff!important;border-color:hsla(0,0%,100%,.28)!important}.pdf-viewer-wrapper.pdf-dark-mode .marker-label.is-group .marker-component-delete-btn,.pdf-viewer-wrapper.pdf-dark-mode .marker-label.is-group .marker-delete-btn{background:hsla(0,0%,100%,.3);color:#fff}.pdf-viewer-wrapper.pdf-dark-mode .marker-label.is-group .marker-component-delete-btn:hover,.pdf-viewer-wrapper.pdf-dark-mode .marker-label.is-group .marker-delete-btn:hover{background:rgba(244,67,54,.9);color:#fff}.pdf-viewer-wrapper.pdf-dark-mode .marker-label.is-group .marker-components-list{border-top-color:hsla(0,0%,100%,.3)}.excel-marker-label{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:calc(2px * var(--marker-size-mult, 1));background:linear-gradient(135deg,rgba(76,175,80,.95),rgba(56,142,60,.95));color:#fff;padding:calc(2px * var(--marker-size-mult, 1)) calc(6px * var(--marker-size-mult, 1));border-radius:3px;font-size:calc(10px * var(--marker-size-mult, 1));font-weight:600;line-height:1.3;border:1px solid hsla(0,0%,100%,.25);box-shadow:0 1px 3px rgba(0,0,0,.22);text-align:center;box-sizing:border-box;width:calc(110px * var(--marker-size-mult, 1));cursor:-webkit-grab;cursor:grab}.excel-marker-label.is-selected{box-shadow:0 0 0 2px #1e40af,0 1px 3px rgba(0,0,0,.22)}.excel-marker-label.is-group{background:linear-gradient(135deg,rgba(124,58,237,.95),rgba(91,33,182,.95));border-color:hsla(0,0%,100%,.32)}.excel-marker-label.is-group .marker-component-item{background:linear-gradient(135deg,rgba(139,92,246,.92),rgba(109,40,217,.92));border-color:hsla(0,0%,100%,.28)}.excel-marker-label .marker-label-row{display:flex;align-items:stretch;gap:4px;min-width:0;width:100%}.excel-marker-label .marker-label-text{flex:1 1;min-width:0;text-align:center;white-space:normal;word-break:break-word;overflow-wrap:anywhere;font-size:calc(10px * var(--marker-size-mult, 1));font-weight:600}.excel-marker-label .marker-label-text span{display:inline;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.excel-marker-label .marker-component-text span{display:block;white-space:nowrap}.excel-marker-label .marker-delete-btn{align-self:stretch;background:hsla(0,0%,100%,.3);border:none;color:#fff;width:calc(20px * var(--marker-size-mult, 1));border-radius:6px;cursor:pointer;font-size:calc(18px * var(--marker-size-mult, 1));font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .1s ease,transform .1s ease;z-index:2}.excel-marker-label .marker-delete-btn:hover{background:rgba(244,67,54,.9)}.excel-marker-label .marker-components-list{margin-top:calc(4px * var(--marker-size-mult, 1));padding-top:calc(4px * var(--marker-size-mult, 1));border-top:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:stretch;gap:calc(2px * var(--marker-size-mult, 1));width:100%}.excel-marker-label .marker-component-item{display:flex;align-items:center;justify-content:space-between;gap:calc(4px * var(--marker-size-mult, 1));padding:calc(2px * var(--marker-size-mult, 1)) calc(5px * var(--marker-size-mult, 1));background:linear-gradient(135deg,rgba(76,175,80,.9),rgba(56,142,60,.9));border-radius:2px;border:1px solid hsla(0,0%,100%,.2);font-weight:500;line-height:1.3;color:hsla(0,0%,100%,.95);max-width:100%;opacity:0;transform:translateY(-4px);animation:componentSlideIn .25s ease forwards}.excel-marker-label .marker-component-item,.excel-marker-label .marker-component-text{font-size:calc(9px * var(--marker-size-mult, 1));white-space:nowrap;min-width:0;overflow:hidden}.excel-marker-label .marker-component-text{flex:1 1;text-align:left;text-overflow:ellipsis}.excel-marker-label .marker-component-delete-btn{background:hsla(0,0%,100%,.3);border:none;color:#fff;width:calc(11px * var(--marker-size-mult, 1));height:calc(11px * var(--marker-size-mult, 1));border-radius:50%;cursor:pointer;font-size:calc(9px * var(--marker-size-mult, 1));font-weight:700;line-height:1;padding:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .1s ease,transform .1s ease}.excel-marker-label .marker-component-delete-btn:hover{background:rgba(244,67,54,.9);transform:scale(1.15)}@media (max-width:1024px){.material-panel{width:95%}.material-categories-section{width:320px;min-width:320px}}@media (max-width:768px){.sayim-top-controls .toolbar-button span{display:none}.material-panel{width:100%;max-width:100%}.material-panel-content{flex-direction:column}.material-categories-section{width:100%;min-width:100%;max-height:30vh;border-right:none;border-bottom:1px solid #e5e7eb}.material-products-section{min-height:25vh;flex:none;border-right:none;border-bottom:1px solid #e5e7eb}.selected-materials-section{min-width:100%;max-width:100%;min-height:30vh;border-left:none}}@media (max-width:480px){.sayim-top-controls .toolbar-button{padding:0 10px}.material-panel-header{padding:16px}.material-panel-header h2{font-size:18px}.main-category{padding:12px 14px}.main-category span{font-size:13px}.sub-category{padding:10px 12px}.product-item{padding:12px 14px}.product-name{font-size:13px}}.pano-sinirlari-page{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#f0f2f5}.ps-top-bar{justify-content:space-between;padding:10px 20px;background:#fff;border-bottom:1px solid #e5e7eb;z-index:100;min-height:48px}.ps-top-bar,.ps-top-bar-left{display:flex;align-items:center}.ps-top-bar-left{gap:20px}.ps-back-link{display:flex;align-items:center;gap:6px;color:#6b7280;text-decoration:none;font-size:13px;font-weight:500;padding:6px 12px;border-radius:6px;transition:all .2s}.ps-back-link:hover{background:#f3f4f6;color:#1f2937}.ps-project-name{font-size:13px;color:#6b7280}.ps-project-name strong{color:#1f2937}.ps-top-bar-right{display:flex;align-items:center;gap:12px}.ps-rect-count{font-size:13px;font-weight:600;color:#217517;padding:4px 12px;background:#e8f5e9;border-radius:12px}.ps-content{display:flex;flex:1 1;min-height:0;overflow:hidden}.ps-pdf-wrapper{flex:1 1;overflow:hidden;background:#e5e7eb;position:relative;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ps-pdf-wrapper.is-dragging{cursor:-webkit-grabbing;cursor:grabbing}.ps-pdf-wrapper.is-drawing-mode{cursor:crosshair}.ps-pdf-wrapper.is-dragging *{pointer-events:none}.ps-pdf-camera{display:inline-block;will-change:transform;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ps-render-container{position:relative;display:inline-block}.ps-pdf-layer{transition:opacity .1s ease-out}.ps-pdf-layer-visible{z-index:2}.ps-pdf-layer-hidden{z-index:1}.ps-pdf-layer canvas{image-rendering:auto}.ps-render-indicator{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#f59e0b;padding:3px 10px;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;animation:ps-render-pulse 1.2s ease-in-out infinite}.ps-render-dot{width:6px;height:6px;border-radius:50%;background:#f59e0b;animation:ps-dot-blink .8s ease-in-out infinite alternate}@keyframes ps-render-pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes ps-dot-blink{0%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.ps-zoom-level{font-size:12px;font-weight:600;color:#6b7280;padding:3px 10px;background:#f3f4f6;border-radius:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ps-rect-overlay{z-index:10}.ps-rect{border:2.5px solid #217517;background:rgba(33,117,23,.06);box-sizing:border-box;transition:border-color .15s}.ps-rect:hover{border-color:#2a8f1e;background:rgba(33,117,23,.1)}.ps-rect.ps-rect-drawing{border:2.5px dashed #217517;background:rgba(33,117,23,.1)}.ps-rect-name{text-align:center;font-weight:800;color:rgba(0,0,0,.82);line-height:1.05;letter-spacing:.3px;overflow:hidden;padding:2px 6px;box-sizing:border-box;pointer-events:none;word-break:break-word;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-shadow:0 0 4px hsla(0,0%,100%,.45);z-index:12}.ps-rect-del-corner,.ps-rect-name{display:flex;align-items:center;justify-content:center}.ps-rect-del-corner{position:absolute;top:3px;right:3px;width:20px;height:20px;border:1px solid rgba(0,0,0,.15);border-radius:5px;background:#fff;color:#dc2626;font-size:15px;font-weight:700;line-height:1;cursor:pointer;pointer-events:auto;z-index:14;box-shadow:0 1px 3px rgba(0,0,0,.3);transition:background .15s,color .15s,border-color .15s}.ps-rect-del-corner:hover{background:#dc2626;color:#fff;border-color:#dc2626}.ps-rect-header{position:absolute;top:-30px;left:-2.5px;display:flex;align-items:center;gap:4px;background:#217517;padding:3px 8px;border-radius:6px 6px 0 0;white-space:nowrap;z-index:20;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.ps-rect-label-prefix{color:hsla(0,0%,100%,.85);font-size:11px;font-weight:500;flex-shrink:0}.ps-rect-label-input{background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.3);border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;width:160px;outline:none;transition:all .2s}.ps-rect-label-input::placeholder{color:hsla(0,0%,100%,.5)}.ps-rect-label-input:focus{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.6)}.ps-rect-delete-btn{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:20px;height:20px;border-radius:4px;cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.ps-rect-delete-btn:hover{background:#ef4444}.ps-toolbar{width:280px;min-width:280px;background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.ps-toolbar-section{padding:16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.ps-toolbar-section--grow{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.ps-toolbar-section h3{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.ps-tool-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;color:#374151;transition:all .2s;margin-bottom:8px}.ps-tool-btn:hover{background:#e8f5e9;border-color:#81c784;color:#217517}.ps-tool-btn.active{background:#c8e6c9;border-color:#217517;color:#217517;box-shadow:0 0 0 2px rgba(33,117,23,.2)}.ps-rect-list{flex:1 1 auto;min-height:0;overflow-y:auto}.ps-rect-list-empty{font-size:12px;color:#9ca3af;line-height:1.6;padding:8px 0}.ps-rect-list-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f9fafb;border-radius:6px;margin-bottom:6px;border:1px solid #e5e7eb;transition:all .15s}.ps-rect-list-item.warning{border-color:#fbbf24;background:#fffbeb}.ps-rect-list-num{width:22px;height:22px;border-radius:50%;background:#217517;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ps-rect-list-name{flex:1 1;font-size:13px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-rect-list-item.warning .ps-rect-list-name{color:#92400e;font-style:italic}.ps-rect-list-name-input{flex:1 1;font-size:13px;color:#374151;background:transparent;border:none;border-bottom:1px solid transparent;outline:none;padding:0 2px;min-width:0;font-family:inherit;transition:border-color .15s,background .15s}.ps-rect-list-name-input:focus,.ps-rect-list-name-input:hover{border-bottom-color:#6b7280;background:#f9fafb}.ps-rect-list-item.warning .ps-rect-list-name-input{color:#92400e;font-style:italic}.ps-rect-list-delete{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:18px;font-weight:700;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s;flex-shrink:0}.ps-rect-list-delete:hover{background:#fee2e2;color:#ef4444}.ps-error{margin:12px 16px;padding:10px 14px;background:#fef2f2;color:#dc2626;border-radius:8px;font-size:13px;border:1px solid #fecaca}.ps-toolbar-footer{margin-top:auto;flex-shrink:0;padding:16px;border-top:1px solid #e5e7eb;background:#fafafa}.ps-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;background:#217517;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px rgba(33,117,23,.3)}.ps-submit-btn:hover:not(:disabled){background:#2a8f1e;transform:translateY(-2px);box-shadow:0 6px 20px rgba(33,117,23,.4)}.ps-submit-btn:active:not(:disabled){transform:translateY(0)}.ps-submit-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}@media (max-width:768px){.ps-toolbar{width:240px;min-width:240px}.ps-top-bar{padding:8px 12px}}