@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Outfit:wght@300;400;500;600&display=swap";:root{--ivory: #F5F0E8;--cream: #EDE6DB;--warm-100: #E2D9CC;--warm-200: #D4C9B8;--warm-300: #B8A998;--warm-400: #9A8D7F;--warm-500: #8B7A6B;--warm-600: #6E5F52;--warm-700: #5C4E42;--warm-800: #3E3329;--warm-900: #2C1A0E;--gold: #C9A96E;--gold-light: #D9BF8E;--gold-dark: #A6894E;--accent-red: #8B2E2E;--accent-green: #3D6B4F;--white: #FDFBF8;--verdict-authentic: #3a7d44;--verdict-uncertain: #b8860b;--verdict-fake: #b43c28}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background:var(--ivory);color:var(--warm-800);overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}.font-serif{font-family:Cormorant Garamond,serif}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.6rem;background:var(--warm-900);color:var(--ivory);font-family:Outfit,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:2px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary:hover{background:var(--gold-dark);transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary.full-width{width:100%;justify-content:center;padding:.85rem}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:transparent;color:var(--warm-800);font-family:Outfit,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border:1.5px solid var(--warm-300);border-radius:2px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-outline:hover{border-color:var(--gold);color:var(--gold-dark)}.btn-danger{display:inline-flex;align-items:center;padding:.55rem 1.2rem;background:transparent;color:var(--accent-red);font-family:Outfit,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(139,46,46,.3);border-radius:2px;cursor:pointer;transition:all .3s ease}.btn-danger:hover{background:var(--accent-red);color:var(--ivory)}.form-input{width:100%;padding:.85rem 1rem;background:var(--white);border:1px solid var(--warm-200);border-radius:2px;font-family:Outfit,sans-serif;font-size:.95rem;color:var(--warm-900);transition:all .3s ease;outline:none}.form-hint{font-size:.78rem;color:var(--warm-500);margin-top:.35rem}.form-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:var(--warm-300);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.form-divider:before,.form-divider:after{content:"";flex:1;height:1px;background:var(--warm-200)}.form-footer{text-align:center;margin-top:1.5rem;font-size:.88rem;color:var(--warm-500)}.form-footer button{color:var(--gold-dark);cursor:pointer;background:none;border:none;font-family:Outfit,sans-serif;font-size:.88rem;font-weight:500;transition:color .3s}.form-footer button:hover{color:var(--warm-900)}.section-label{font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.section-label:before{content:"";width:24px;height:1px;background:var(--gold)}.section-label.centered{justify-content:center}.section-label.centered:before{display:none}.page-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:300;color:var(--warm-900);margin-bottom:.5rem}.page-subtitle{font-size:.95rem;color:var(--warm-500);font-weight:300;margin-bottom:2.5rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:300;color:var(--warm-900);line-height:1.2;margin-bottom:1rem}.section-subtitle{font-size:1rem;color:var(--warm-500);font-weight:300;line-height:1.7;max-width:560px;margin-bottom:3.5rem}.card{background:var(--white);border:1px solid rgba(201,169,110,.12);transition:all .4s ease}.card:hover{border-color:#c9a96e40;box-shadow:0 12px 40px #2c1a0e0d}.toast{position:fixed;top:5.5rem;right:2rem;padding:1rem 1.5rem;background:var(--warm-900);color:var(--ivory);font-size:.88rem;border-left:3px solid var(--gold);z-index:200;transform:translate(120%);transition:transform .4s ease;max-width:360px}.toast.show{transform:translate(0)}.toast.error{border-left-color:var(--accent-red)}.toast.success{border-left-color:var(--accent-green)}.spinner{width:36px;height:36px;border:2px solid var(--warm-200);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeUp .8s ease forwards}.delay-1{animation-delay:.1s;opacity:0}.delay-2{animation-delay:.25s;opacity:0}.delay-3{animation-delay:.4s;opacity:0}.delay-4{animation-delay:.55s;opacity:0}.view-enter{animation:fadeUp .5s ease forwards}@media (max-width: 900px){.form-row{grid-template-columns:1fr}}@media (max-width: 600px){.nav-link:not(.btn-primary):not(.nav-credits){display:none}}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2.5rem;padding-top:max(1rem,env(safe-area-inset-top,0px));display:flex;justify-content:space-between;align-items:center;background:#f5f0e8f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(201,169,110,.15)}.logo{font-family:Cormorant Garamond,serif;font-size:1.65rem;font-weight:600;color:var(--warm-900);letter-spacing:.04em;cursor:pointer;display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;user-select:none;z-index:210}.logo-dot{width:8px;height:8px;background:var(--gold);border-radius:50%}.nav-desktop{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.82rem;font-weight:400;color:var(--warm-700);text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:color .3s;cursor:pointer;position:relative;background:none;border:none;font-family:Outfit,sans-serif;padding:0}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.nav-link:hover{color:var(--warm-900)}.nav-link:hover:after{width:100%}.nav-credits{font-size:.78rem;color:var(--gold-dark);font-weight:500;letter-spacing:.04em;padding:.35rem .85rem;border:1px solid rgba(201,169,110,.3);border-radius:2px}.lang-switch{background:none;border:1px solid var(--warm-200);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:var(--warm-900);cursor:pointer;letter-spacing:.05em;font-family:Outfit,sans-serif;margin-left:.5rem;transition:border-color .3s}.lang-switch:hover{border-color:var(--gold)}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:10px;z-index:210;position:relative;-webkit-tap-highlight-color:transparent}.hamburger span{display:block;width:22px;height:2px;background:var(--warm-800);transition:all .3s ease}.hamburger.open span{background:var(--ivory)}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.menu-overlay{display:none!important}.nav-mobile{display:none!important;flex-direction:column;align-items:center;justify-content:center;gap:0;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:var(--warm-900)!important;padding:1rem 2rem;padding-top:max(4rem,calc(env(safe-area-inset-top,0px) + 4rem));z-index:205}.nav-mobile.open{display:flex!important}.nav-credits-mobile{font-size:.85rem;color:var(--gold);font-weight:500;letter-spacing:.06em;padding:.5rem 1.5rem;border:1px solid rgba(201,169,110,.35);border-radius:2px;text-align:center;margin-bottom:1.5rem}.nav-mobile-link{display:block;width:auto;min-width:180px;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:400;color:var(--warm-200);letter-spacing:.08em;text-transform:uppercase;text-align:center;background:none;border:none;border-bottom:1px solid rgba(201,169,110,.15);cursor:pointer;transition:color .3s}.nav-mobile-link:hover{color:var(--ivory)}.nav-mobile-link.logout{color:var(--accent-red);border-bottom:none;margin-top:1rem}.lang-switch-mobile{display:block;margin-top:1.5rem;padding:.6rem 1.5rem;background:none;border:1px solid rgba(201,169,110,.35);border-radius:2px;font-family:Outfit,sans-serif;font-size:.8rem;font-weight:500;color:var(--gold);letter-spacing:.06em;cursor:pointer;text-align:center;transition:border-color .3s,color .3s}.lang-switch-mobile:hover{border-color:var(--gold);color:var(--ivory)}@media (max-width: 768px){.header{padding:.75rem 1.25rem;padding-top:max(.75rem,env(safe-area-inset-top,0px));min-height:56px}.nav-desktop{display:none}.hamburger{display:flex}}.footer{background:var(--warm-900);padding:3rem 2.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:start}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.65rem;font-weight:600;color:var(--ivory);display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:.75rem}.footer-tagline{font-size:.82rem;color:var(--warm-300);font-weight:300;max-width:280px;line-height:1.6}.footer-links{display:flex;gap:3rem}.footer-col h4{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.footer-col button{display:block;font-size:.85rem;color:var(--warm-300);text-decoration:none;margin-bottom:.5rem;transition:color .3s;background:none;border:none;font-family:Outfit,sans-serif;cursor:pointer;padding:0;text-align:left}.footer-col button:hover{color:var(--ivory)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(184,148,74,.1);display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.75rem;color:var(--warm-500)}.footer-legal{display:flex;gap:1.5rem}.footer-legal button{font-size:.75rem;color:var(--warm-500);text-decoration:none;transition:color .3s;background:none;border:none;font-family:Outfit,sans-serif;cursor:pointer;padding:0}.footer-legal button:hover{color:var(--warm-300)}.footer-disclaimer{max-width:1200px;margin:1rem auto 0;padding-top:.75rem;text-align:center;font-size:.65rem;line-height:1.5;color:var(--warm-500);opacity:.6}@media (max-width: 900px){.footer-inner{flex-direction:column;gap:2rem}}.demo-section{padding:5rem 2.5rem;background:linear-gradient(180deg,var(--ivory) 0%,var(--cream) 100%);overflow:hidden}.demo-section-inner{max-width:1200px;margin:0 auto}.demo-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.demo-container{width:100%;max-width:420px;position:relative;padding:20px}.phone-frame{background:#faf7f0;border-radius:32px;border:1px solid rgba(44,36,24,.12);overflow:hidden;box-shadow:0 1px #fffc inset,0 25px 60px #2c24181f,0 8px 24px #2c24180f;position:relative}.phone-notch{width:120px;height:28px;background:#2c2418;border-radius:0 0 16px 16px;margin:0 auto;position:relative;z-index:10}.phone-screen{padding:0 16px 20px;min-height:580px;position:relative;overflow:hidden}.demo-section .app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0 14px;border-bottom:1px solid rgba(44,36,24,.08);margin-bottom:16px;position:relative;z-index:5}.demo-section .app-logo{font-family:Playfair Display,Cormorant Garamond,serif;font-size:19px;font-weight:700;color:#2c2418;letter-spacing:.3px;display:flex;align-items:center;gap:6px}.demo-section .app-logo .dot{width:7px;height:7px;background:#b8963e;border-radius:50%;display:inline-block}.demo-section .credits-badge{display:flex;align-items:center;gap:5px;background:#b8963e14;padding:4px 10px;border-radius:20px;font-size:12px;color:#b8963e;font-weight:600}.demo-section .credits-badge .coin{width:15px;height:15px;background:linear-gradient(135deg,#b8963e,#c9a94f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:8px;font-weight:700}.demo-step{position:absolute;top:0;left:0;right:0;bottom:0;padding:0 16px 20px;opacity:0;pointer-events:none;transition:opacity .6s ease}.demo-step.active{opacity:1;pointer-events:auto}.demo-step-inner{padding-top:70px}.demo-section .upload-zone{border:2px dashed rgba(44,36,24,.12);border-radius:14px;padding:36px 20px;text-align:center;transition:all .4s ease;background:#fff;cursor:pointer}.demo-section .upload-zone.highlight{border-color:#b8963e;background:#b8963e14;box-shadow:0 0 0 4px #b8963e0f}.demo-section .upload-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;background:#b8963e14;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.demo-section .upload-zone.highlight .upload-icon{transform:scale(1.08)}.demo-section .upload-icon svg{width:22px;height:22px;stroke:#b8963e;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.demo-section .upload-title{font-family:Playfair Display,Cormorant Garamond,serif;font-size:16px;color:#2c2418;margin-bottom:4px}.demo-section .upload-sub{font-size:13px;color:#a89c8c}.demo-section .upload-or{display:flex;align-items:center;gap:12px;margin:18px 0;color:#a89c8c;font-size:12px}.demo-section .upload-or:before,.demo-section .upload-or:after{content:"";flex:1;height:1px;background:#2c241814}.demo-section .camera-btn{width:100%;padding:12px;border-radius:10px;background:#2c2418;border:none;color:#faf7f0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;cursor:default;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.3px}.demo-section .camera-btn svg{width:16px;height:16px;stroke:#faf7f0;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.demo-section .photo-preview{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;position:relative;margin-bottom:14px;border:1px solid rgba(44,36,24,.08)}.demo-section .real-photos{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;background:#f0ebe0}.demo-section .demo-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease}.demo-section .demo-photo.active{opacity:1}.demo-section .photo-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:2}.demo-section .photo-dots .dot{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:all .3s ease}.demo-section .photo-dots .dot.active{background:#fff;box-shadow:0 1px 3px #0000004d}.demo-section .photo-badge{position:absolute;top:8px;right:8px;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:3px 9px;border-radius:6px;font-size:11px;color:#6b5d48;border:1px solid rgba(44,36,24,.08)}.demo-section .module-tag{display:inline-flex;align-items:center;gap:5px;background:#b8963e14;border:1px solid rgba(184,150,62,.12);padding:5px 10px;border-radius:7px;font-size:11px;color:#b8963e;font-weight:500;margin-bottom:14px}.demo-section .analyze-btn{width:100%;padding:13px;border-radius:10px;background:linear-gradient(135deg,#b8963e,#c9a94f);border:none;color:#fff;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;cursor:default;display:flex;align-items:center;justify-content:center;gap:6px;position:relative;overflow:hidden;letter-spacing:.3px;box-shadow:0 4px 12px #b8963e33}.demo-section .analyze-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);animation:demoBtnShimmer 2.5s ease infinite}.demo-section .analyzing-container{text-align:center;padding-top:16px}.demo-section .analyzing-title{font-family:Playfair Display,Cormorant Garamond,serif;font-size:18px;margin-bottom:22px;color:#2c2418}.demo-section .analysis-steps{text-align:left;margin:0 auto;max-width:280px}.demo-section .analysis-step-item{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:13px;color:#a89c8c;transition:all .4s ease}.demo-section .analysis-step-item.active{color:#b8963e}.demo-section .analysis-step-item.done{color:#5a8a5c}.demo-section .step-indicator{width:20px;height:20px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;flex-shrink:0}.demo-section .step-indicator .spinner{width:12px;height:12px;border:2px solid transparent;border-top-color:#b8963e;border-radius:50%;animation:demoSpin .8s linear infinite;display:none}.demo-section .analysis-step-item.active .spinner{display:block}.demo-section .step-indicator .check{display:none;font-size:10px}.demo-section .analysis-step-item.done .check{display:block}.demo-section .progress-bar{width:100%;height:3px;background:#2c241814;border-radius:2px;margin-top:22px;overflow:hidden}.demo-section .progress-fill{height:100%;background:linear-gradient(90deg,#b8963e,#c9a94f);border-radius:2px;transition:width .5s ease}.demo-section .eta-text{font-size:11px;color:#a89c8c;margin-top:8px}.demo-section .result-header{text-align:center;margin-bottom:14px}.demo-section .result-verdict{display:inline-flex;align-items:center;gap:5px;background:#5a8a5c14;border:1px solid rgba(90,138,92,.18);padding:5px 13px;border-radius:20px;font-size:12px;color:#5a8a5c;font-weight:600;margin-bottom:6px}.demo-section .result-score{font-family:Playfair Display,Cormorant Garamond,serif;font-size:40px;font-weight:700;color:#b8963e;line-height:1;margin-bottom:2px}.demo-section .result-score-label{font-size:10px;color:#a89c8c;text-transform:uppercase;letter-spacing:1.5px}.demo-section .result-card{background:#fff;border-radius:10px;padding:12px 14px;margin-bottom:8px;border:1px solid rgba(44,36,24,.08)}.demo-section .result-card-title{font-size:9px;text-transform:uppercase;letter-spacing:1.2px;color:#a89c8c;margin-bottom:7px;font-weight:600}.demo-section .result-row{display:flex;justify-content:space-between;align-items:center;padding:3px 0;font-size:13px}.demo-section .result-label{color:#8a7d6b}.demo-section .result-value{color:#2c2418;font-weight:500}.demo-section .result-value.gold{color:#b8963e;font-weight:600}.demo-section .result-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:3px}.demo-section .result-tag{background:#5a8a5c14;border:1px solid rgba(90,138,92,.18);padding:3px 8px;border-radius:5px;font-size:11px;color:#5a8a5c}.demo-section .result-tag.warn{background:#b8860b14;border-color:#b8860b2e;color:#b8860b}.demo-section .result-price{font-family:Playfair Display,Cormorant Garamond,serif;font-size:19px;color:#b8963e;font-weight:600}.demo-section .result-price-sub{font-size:11px;color:#a89c8c;font-style:italic}.demo-section .feedback-bar{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:12px;padding:9px;background:#fff;border-radius:10px;border:1px solid rgba(44,36,24,.08)}.demo-section .feedback-text{font-size:12px;color:#8a7d6b}.demo-section .feedback-btn{width:32px;height:32px;border-radius:8px;border:1px solid rgba(44,36,24,.08);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .2s ease}.demo-section .feedback-btn:hover{background:#b8963e14;border-color:#b8963e}.demo-section .replay-btn{background:#fff;border:1px solid rgba(44,36,24,.12);color:#6b5d48;padding:7px 18px;border-radius:20px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .3s ease;margin:16px auto 0;display:flex;align-items:center;gap:5px;box-shadow:0 2px 8px #2c24180f}.demo-section .replay-btn:hover{border-color:#b8963e;color:#b8963e}.demo-label{text-align:center;margin-top:16px;font-size:12px;color:#a89c8c;font-style:italic;font-family:Playfair Display,Cormorant Garamond,serif}@keyframes demoSpin{to{transform:rotate(360deg)}}@keyframes demoFadeInScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes demoBtnShimmer{0%{left:-100%}50%{left:100%}to{left:100%}}@keyframes demoFadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.demo-section .fade-in-up{opacity:0;animation:demoFadeInUp .5s ease forwards}.demo-section .delay-1{animation-delay:.1s}.demo-section .delay-2{animation-delay:.25s}.demo-section .delay-3{animation-delay:.4s}.demo-section .delay-4{animation-delay:.55s}@media (max-width: 480px){.demo-section{padding:3rem 1rem}.demo-container{padding:10px;max-width:100%}.phone-frame{border-radius:24px}.phone-notch{width:100px;height:24px;border-radius:0 0 12px 12px}.phone-screen{min-height:520px;padding:0 12px 16px}}.testimonials-section{padding:5rem 2.5rem;background:var(--cream)}.testimonials-inner{max-width:1200px;margin:0 auto}.testimonials-subtitle{text-align:center;font-size:1rem;color:var(--warm-500);margin-bottom:1.5rem;line-height:1.6}.testimonials-summary{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.summary-text{font-size:.85rem;color:var(--warm-500);letter-spacing:.04em}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.testimonial-card{background:var(--white);border:1px solid var(--warm-100);padding:1.75rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .3s,box-shadow .3s}.testimonial-card:hover{border-color:#c9a96e4d;box-shadow:0 8px 30px #2c1a0e0f}.testimonial-header{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--warm-900);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;letter-spacing:.05em;flex-shrink:0}.testimonial-meta{display:flex;flex-direction:column;gap:.15rem}.testimonial-name{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:600;color:var(--warm-900)}.testimonial-stars{display:flex;gap:.1rem}.star{font-size:.85rem;line-height:1}.star.filled{color:var(--gold)}.star.empty{color:var(--warm-200)}.testimonial-text{font-size:.9rem;color:var(--warm-700);line-height:1.65;font-style:italic;margin:0;flex:1}.testimonial-date{font-size:.75rem;color:var(--warm-400);letter-spacing:.04em}@media (max-width: 768px){.testimonials-section{padding:3.5rem 1.25rem}.testimonials-grid{grid-template-columns:1fr;gap:1rem}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 80%,rgba(184,148,74,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(139,46,46,.04) 0%,transparent 50%),linear-gradient(160deg,var(--ivory) 0%,var(--cream) 100%)}.hero-line{position:absolute;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,var(--gold),transparent);opacity:.2}.hero-line:nth-child(1){left:15%}.hero-line:nth-child(2){left:50%;opacity:.1}.hero-line:nth-child(3){left:85%}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:8rem 2.5rem 4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.hero-label{font-size:.72rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.hero-label:before{content:"";width:32px;height:1px;background:var(--gold)}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:300;line-height:1.15;color:var(--warm-900);margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--gold-dark)}.hero-text{font-size:1.05rem;color:var(--warm-500);line-height:1.7;font-weight:300;margin-bottom:2.5rem;max-width:480px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{display:flex;justify-content:center}.hero-showcase{position:relative;width:380px;height:480px}.hero-showcase-inner{width:100%;height:100%;background:linear-gradient(180deg,var(--cream) 0%,var(--ivory) 60%,rgba(184,148,74,.08) 100%);border:1px solid var(--warm-100);outline:6px solid var(--white);outline-offset:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem}.hero-showcase-icon{font-size:5rem;opacity:.7}.hero-showcase-tagline{font-family:Cormorant Garamond,serif;font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;color:var(--warm-300);font-weight:300}.hero-badge{position:absolute;bottom:-20px;left:-20px;background:var(--warm-900);color:var(--white);padding:1.25rem 1.75rem;display:flex;flex-direction:column;align-items:flex-start}.hero-badge-number{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--gold);line-height:1}.hero-badge-text{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500}.features,.werkwijze,.cta-section{padding:5rem 2.5rem}.features-inner,.werkwijze-inner,.cta-inner{max-width:1200px;margin:0 auto}.centered{text-align:center;justify-content:center}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:300;color:var(--warm-900);margin-bottom:2.5rem}.section-title.centered{text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.feature-card{background:var(--white);border:1px solid var(--warm-100);padding:2rem;text-align:center;transition:all .3s}.feature-card:hover{border-color:#b8944a40;box-shadow:0 12px 40px #2a21180d}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--warm-900);margin-bottom:.75rem}.feature-card p{font-size:.88rem;color:var(--warm-500);line-height:1.6}.steps-grid{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}.step{background:var(--white);border:1px solid var(--warm-100);padding:2rem;text-align:center;width:260px}.step-number{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--gold);font-weight:300;margin-bottom:.75rem}.step h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--warm-900);margin-bottom:.5rem}.step p{font-size:.88rem;color:var(--warm-500);line-height:1.6}.step-arrow{font-size:1.5rem;color:var(--warm-300)}.cta-section{background:var(--cream);text-align:center}.cta-text{font-size:1rem;color:var(--warm-500);margin-bottom:2rem;line-height:1.7}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.animate-in{opacity:0;transform:translateY(20px);animation:fadeUp .6s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;padding:6rem 1.5rem 3rem;gap:2rem}.hero-visual,.step-arrow{display:none}.steps-grid{flex-direction:column;align-items:center}}.auth-page{max-width:480px;margin:0 auto;padding:8rem 2rem 4rem;min-height:100vh}.auth-header{text-align:center;margin-bottom:2rem}.auth-card{padding:2rem}.auth-error{background:#8b2e2e14;border:1px solid rgba(139,46,46,.2);color:var(--accent-red);padding:.75rem 1rem;font-size:.85rem;margin-bottom:1.5rem;border-radius:2px}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--warm-700);margin-bottom:.5rem}.form-input{width:100%;padding:.85rem 1rem;font-family:Outfit,sans-serif;font-size:.95rem;border:1px solid var(--warm-200);background:var(--white);color:var(--warm-900);transition:all .3s ease;outline:none;border-radius:2px}.form-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a96e1a}.form-input::placeholder{color:var(--warm-300)}textarea.form-input{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-forgot{text-align:right;margin:-.5rem 0 1.25rem}.form-forgot button{font-size:.82rem;color:var(--gold-dark);background:none;border:none;cursor:pointer;font-family:Outfit,sans-serif;text-decoration:underline}.form-forgot button:hover{color:var(--gold)}.form-divider{text-align:center;color:var(--warm-300);font-size:.82rem;margin:1.5rem 0;position:relative}.form-divider:before,.form-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--warm-100)}.form-divider:before{left:0}.form-divider:after{right:0}.form-footer{text-align:center;font-size:.88rem;color:var(--warm-500)}.form-footer button{color:var(--gold-dark);background:none;border:none;cursor:pointer;font-family:Outfit,sans-serif;font-weight:500;text-decoration:underline}.full-width{width:100%;justify-content:center}.view-enter{animation:fadeUp .4s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.vm-section{margin-bottom:1.5rem}.vm-comparable-text{padding:1rem;background:var(--ivory);border-radius:8px;margin-bottom:1rem}.vm-comparable-text p{margin:0;font-size:.9rem;line-height:1.6;color:var(--warm-800);white-space:pre-wrap}.vm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.vm-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;color:var(--warm-900);margin:0;font-weight:600}.vm-subtitle{font-size:.72rem;color:var(--warm-500);letter-spacing:.02em}.vm-grid{display:grid;gap:.75rem}.vm-grid--visual{grid-template-columns:1fr 1fr}.vm-grid--compact{grid-template-columns:1fr}.vm-card{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;border:1.5px solid var(--warm-100);background:var(--white);transition:all .25s ease;text-decoration:none;color:inherit;display:block}.vm-card:hover{border-color:var(--gold-light);box-shadow:0 4px 16px #2c1a0e14}.vm-card-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--cream)}.vm-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vm-card:hover .vm-card-image img{transform:scale(1.03)}.vm-card-image--placeholder{display:flex;align-items:center;justify-content:center}.vm-card-image-fallback{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--warm-400)}.vm-card-image-fallback span{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;text-align:center;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vm-card-confidence{margin-bottom:4px}.vm-confidence{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:.65rem;font-weight:600;letter-spacing:.02em}.vm-confidence-dot{width:5px;height:5px;border-radius:50%}.vm-confidence--high{color:var(--accent-green);background:#3d6b4f1f;border:1px solid rgba(61,107,79,.2)}.vm-confidence--high .vm-confidence-dot{background:var(--accent-green)}.vm-confidence--mid{color:var(--gold-dark);background:#c9a96e1f;border:1px solid rgba(201,169,110,.25)}.vm-confidence--mid .vm-confidence-dot{background:var(--gold-dark)}.vm-confidence--low{color:var(--warm-500);background:#8b7a6b1f;border:1px solid rgba(139,122,107,.2)}.vm-confidence--low .vm-confidence-dot{background:var(--warm-500)}.vm-price-overlay{position:absolute;bottom:8px;left:8px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;z-index:2}.vm-price-amount{background:#2c1a0ed1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gold-light);padding:4px 10px;border-radius:6px;font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:700;line-height:1;letter-spacing:.02em}.vm-price-type{padding:2px 8px;border-radius:4px;font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white)}.vm-price-type--auction{background:#3d6b4fd9}.vm-price-type--asking{background:#a6894ed9}.vm-price-type--estimate{background:#8b7a6bbf}.vm-price-overlay--museum .vm-price-amount{background:#1d3557d9;color:#e8e0d4;font-size:.72rem;font-weight:600;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.06em}.vm-card-info{padding:.6rem .75rem .75rem}.vm-card-title{font-family:Cormorant Garamond,serif;font-size:.85rem;font-weight:600;color:var(--warm-900);line-height:1.3;margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vm-card-meta{font-size:.68rem;color:var(--warm-500);display:flex;align-items:center;gap:4px;flex-wrap:wrap}.vm-card-sep{opacity:.4}.vm-detail{background:var(--ivory);border-radius:8px;padding:1.25rem;margin-top:.75rem;border:1px solid var(--warm-100);animation:vmFadeIn .25s ease}@keyframes vmFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.vm-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.vm-detail-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--warm-900);margin:0;font-weight:600}.vm-detail-maker{font-size:.8rem;color:var(--warm-500);margin:2px 0 0}.vm-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:.75rem}.vm-detail-field{background:var(--cream);border-radius:6px;padding:.6rem .75rem}.vm-detail-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--warm-500);margin-bottom:2px;font-weight:600}.vm-detail-value{font-size:.88rem;font-weight:500;color:var(--warm-900);font-family:Cormorant Garamond,serif}.vm-detail-link{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;color:var(--gold-dark);text-decoration:none;font-weight:500;transition:color .2s}.vm-detail-link:hover{color:var(--warm-900)}.vm-pricebar{padding:1rem;background:var(--ivory);border-radius:8px;margin-bottom:1rem}.vm-pricebar-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--warm-500);font-weight:600;margin-bottom:.6rem}.vm-pricebar-track{position:relative;height:24px;background:var(--cream);border-radius:12px}.vm-pricebar-dot{position:absolute;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;border:2px solid var(--white);box-shadow:0 1px 4px #0000001f;z-index:2}.vm-pricebar-dot--auction{background:var(--accent-green)}.vm-pricebar-dot--asking{background:var(--gold-dark)}.vm-pricebar-range{display:flex;justify-content:space-between;margin-top:4px}.vm-pricebar-low{font-family:Cormorant Garamond,serif;font-size:.82rem;font-weight:600;color:var(--accent-green)}.vm-pricebar-high{font-family:Cormorant Garamond,serif;font-size:.82rem;font-weight:600;color:var(--gold-dark)}.vm-pricebar-legend{display:flex;gap:1rem;margin-top:.5rem}.vm-pricebar-legend-item{display:flex;align-items:center;gap:4px;font-size:.62rem;color:var(--warm-500)}.vm-pricebar-legend-dot{width:6px;height:6px;border-radius:50%}.vm-pricebar-legend-dot--auction{background:var(--accent-green)}.vm-pricebar-legend-dot--asking{background:var(--gold-dark)}@media (max-width: 768px){.vm-grid--visual{grid-template-columns:1fr 1fr;gap:.5rem}.vm-card-info{padding:.5rem .6rem .6rem}.vm-card-title{font-size:.78rem}.vm-price-amount{font-size:.9rem;padding:3px 8px}.vm-detail-grid{grid-template-columns:1fr 1fr;gap:.4rem}}@media (max-width: 400px){.vm-grid--visual{grid-template-columns:1fr 1fr;gap:.4rem}.vm-confidence{font-size:.58rem;padding:2px 6px}.vm-price-amount{font-size:.82rem}}.analyze-page{max-width:800px;margin:0 auto;padding:7rem 2rem 4rem;min-height:100vh}.upload-zone{border:2px dashed var(--warm-200);padding:3.5rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--white);position:relative}.upload-zone:hover,.upload-zone.dragover{border-color:var(--gold);background:#c9a96e08}.upload-zone input{display:none}.upload-icon{font-size:3rem;margin-bottom:1rem}.upload-icon svg{width:48px;height:48px;stroke:var(--warm-300);fill:none;stroke-width:1.5}.upload-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--warm-700);margin-bottom:.5rem}.upload-hint{font-size:.82rem;color:var(--warm-400)}.mobile-hidden{display:none}.mobile-capture-buttons{display:flex;gap:1rem;margin-bottom:1.5rem}.btn-camera,.btn-gallery{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:var(--white);border:1.5px solid var(--warm-200);color:var(--warm-700);font-family:inherit;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-camera:hover,.btn-gallery:hover{border-color:var(--gold)}.photo-counter{text-align:center;margin:1rem 0;font-size:.85rem}.count-good{color:var(--accent-green);font-weight:600}.count-low{color:var(--warm-600);font-weight:600}.count-hint{color:var(--warm-400);margin-left:.5rem}.count-hint.good{color:var(--accent-green)}.upload-preview{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:1.5rem 0}.preview-thumb{position:relative;width:140px;height:140px}.preview-thumb img{width:100%;height:100%;object-fit:cover;border:1px solid var(--warm-200)}.preview-remove{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:var(--accent-red, #b43c28);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center}.preview-add{width:140px;height:140px;border:2px dashed var(--warm-200);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.5rem;color:var(--warm-400);cursor:pointer;transition:border-color .2s}.preview-add:hover{border-color:var(--gold)}.analyze-options{margin-top:1.5rem}.analyze-options h3{font-family:Cormorant Garamond,serif;font-size:1rem;color:var(--warm-700);margin-bottom:.75rem}.analyze-submit{text-align:center;margin-top:1.5rem}.cost-display{font-size:.82rem;color:var(--warm-400);margin-bottom:1rem}.btn-analyze{width:100%;justify-content:center}.analyze-loading{padding:3rem 2rem;max-width:440px;margin:0 auto}.loading-header{text-align:center;margin-bottom:2rem}.loading-spinner-ring{width:48px;height:48px;border:3px solid var(--warm-200);border-top-color:var(--gold);border-radius:50%;animation:loadSpin .9s linear infinite;margin:0 auto 1rem}.loading-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--warm-900);font-weight:400}.loading-steps{margin-bottom:1.5rem}.loading-step-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;font-size:.9rem;color:var(--warm-300);transition:all .5s ease;opacity:.4}.loading-step-item.active{color:var(--gold);opacity:1;animation:fadeInStep .5s ease forwards}.loading-step-item.done{color:var(--accent-green);opacity:1}.loading-step-item.pending{opacity:.35}@keyframes fadeInStep{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.loading-step-indicator{width:22px;height:22px;border-radius:50%;border:1.5px solid currentColor;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loading-check{font-size:.65rem;font-weight:700}.loading-step-spinner{width:12px;height:12px;border:2px solid transparent;border-top-color:var(--gold);border-radius:50%;animation:loadSpin .8s linear infinite}.loading-progress-bar{width:100%;height:3px;background:var(--warm-200);border-radius:2px;overflow:hidden;margin-bottom:.75rem}.loading-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));border-radius:2px;transition:width .8s ease}.loading-eta{font-size:.78rem;color:var(--warm-400);text-align:center}@keyframes loadSpin{to{transform:rotate(360deg)}}.spinner{width:40px;height:40px;border:3px solid var(--warm-200);border-top-color:var(--gold);border-radius:50%;animation:loadSpin .8s linear infinite;margin:0 auto}.result-container{max-width:700px;margin:0 auto}.result-card{background:var(--white);border:1px solid var(--warm-100);padding:2rem;margin-bottom:1.5rem}.result-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(226,217,204,.4)}.result-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.result-section-title{font-size:.85rem;font-weight:600;color:var(--warm-700);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem}.result-verdict{font-size:1rem;padding:.5rem 1rem;border-radius:4px;display:inline-block;border:1px solid}.result-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(226,217,204,.4)}.result-field{display:flex;flex-direction:column;gap:.2rem}.result-field-label{font-size:.7rem;color:var(--warm-400);text-transform:uppercase;letter-spacing:.08em}.result-field-value{font-size:.95rem;color:var(--warm-800);font-weight:500}.result-text{font-size:.9rem;color:var(--warm-700);line-height:1.7;margin:0}.result-flags-title{color:var(--accent-red)}.result-flags-list{list-style:none;padding:0;margin:0}.result-flags-list li{font-size:.88rem;color:var(--warm-700);padding:.5rem 0 .5rem 1.5rem;position:relative;border-bottom:1px solid rgba(226,217,204,.3)}.result-flags-list li:last-child{border-bottom:none}.result-flags-list li:before{content:"⚠";position:absolute;left:0;top:.5rem;font-size:.8rem}.result-module-info{font-size:.78rem;color:var(--warm-400);padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(226,217,204,.3)}.result-disclaimer{font-size:.75rem;font-style:italic;color:var(--warm-400);text-align:center;padding:1.2rem 1.5rem;margin-bottom:1.5rem;border-top:1px solid rgba(226,217,204,.3);line-height:1.6}.result-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.btn-pdf{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.4rem;background:transparent;border:1.5px solid var(--warm-300);color:var(--warm-700);font-size:.82rem;font-family:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .2s}.btn-pdf:hover{border-color:var(--gold-dark, var(--gold));color:var(--gold-dark, var(--gold))}.top-progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:var(--warm-200);z-index:150;opacity:0;transition:opacity .3s ease}.top-progress-bar.visible{opacity:1}.top-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-light));transition:width .8s ease}.feedback-block{margin:1.25rem 0;padding:1rem 1.25rem;background:var(--white);border:1px solid var(--warm-100);border-radius:6px}.feedback-question{display:flex;align-items:center;justify-content:space-between;gap:1rem}.feedback-label{font-size:.88rem;color:var(--warm-700);font-weight:500}.feedback-buttons{display:flex;gap:.5rem}.feedback-btn{width:2.75rem;height:2.75rem;border-radius:50%;border:1.5px solid var(--warm-200);background:var(--ivory);font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.feedback-btn:hover{border-color:var(--gold);background:#c9a96e1a;transform:scale(1.08)}.feedback-negative-form,.feedback-review-form{display:flex;flex-direction:column;gap:.75rem}.feedback-textarea{width:100%;padding:.75rem;border:1px solid var(--warm-200);border-radius:4px;font-family:Outfit,sans-serif;font-size:.88rem;color:var(--warm-800);background:var(--ivory);resize:vertical;min-height:60px}.feedback-textarea:focus{outline:none;border-color:var(--gold)}.feedback-submit{align-self:flex-start;padding:.55rem 1.5rem;background:var(--warm-900);color:var(--ivory);border:none;border-radius:4px;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .2s}.feedback-submit:hover{background:var(--gold-dark)}.feedback-thanks{font-size:.88rem;color:var(--verdict-authentic, #3a7d44);font-weight:500;padding:.25rem 0}.review-stars-input{display:flex;gap:.25rem}.star-input{font-size:1.5rem;cursor:pointer;transition:color .15s}.star-input.filled{color:var(--gold)}.star-input.empty{color:var(--warm-200)}.star-input:hover{color:var(--gold-dark)}.review-name-input{width:100%;padding:.65rem .75rem;border:1px solid var(--warm-200);border-radius:4px;font-family:Outfit,sans-serif;font-size:.88rem;color:var(--warm-800);background:var(--ivory)}.review-name-input:focus{outline:none;border-color:var(--gold)}.mobile-upload-single{margin-bottom:1.5rem}.btn-add-photo{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1.2rem;background:var(--warm-900);color:var(--ivory);border:2px solid var(--warm-900);font-family:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-add-photo:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-add-photo svg{stroke:currentColor}@media (max-width: 767px){.upload-zone.desktop-only{display:none!important}}@media (max-width: 600px){.analyze-page{padding:6rem 1rem 3rem}.mobile-hidden{display:none!important}.result-fields{grid-template-columns:1fr}.result-actions{flex-direction:column}.result-actions .btn-pdf,.result-actions .btn-primary{width:100%;justify-content:center;text-align:center}.upload-zone{padding:2rem 1.5rem}.analyze-page .result-card{margin-top:.75rem}}.result-card{background:var(--white);border:1px solid var(--warm-100);border-radius:12px;padding:2rem;margin-top:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1rem}.result-header-text{flex:1}.result-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--warm-500);margin-bottom:.25rem}.result-title{font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--warm-900);margin:0;line-height:1.2}.result-score-badge{width:72px;height:72px;border-radius:50%;border:3px solid var(--warm-500);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;background:var(--ivory)}.result-score-badge .score-number{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;line-height:1}.result-score-badge .score-max{font-size:.65rem;color:var(--warm-500);margin-top:1px}.result-verdict-inline{background:var(--ivory);border-left:3px solid var(--warm-500);padding:.75rem 1rem;margin-bottom:1.5rem;border-radius:0 6px 6px 0}.result-verdict-inline p{margin:0;font-size:1rem;color:var(--warm-900);font-weight:500;line-height:1.4}.inspection-banner{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;margin-bottom:1.5rem;background:#b8860b12;border:1px solid rgba(184,134,11,.25);border-left:3px solid var(--gold, #b8860b);border-radius:0 6px 6px 0;font-size:.88rem;line-height:1.45;color:var(--warm-800, #5a4a3a)}.inspection-banner-icon{flex-shrink:0;font-size:1.05rem;line-height:1.35}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.result-field{background:var(--ivory);padding:.75rem 1rem;border-radius:8px}.result-field h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--warm-500);margin:0 0 .25rem;font-weight:600}.result-field p{margin:0;font-size:.95rem;color:var(--warm-900);font-weight:500}.result-description{margin-bottom:1.5rem;padding:1rem;background:var(--ivory);border-radius:8px}.result-description h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--warm-500);margin:0 0 .5rem;font-weight:600}.result-description p{margin:0;font-size:.9rem;line-height:1.6;color:var(--warm-800)}.result-redflags{margin-bottom:1.5rem;padding:1rem;background:#c9a96e0f;border-radius:8px;border-left:3px solid var(--gold)}.result-redflags h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-dark);margin:0 0 .5rem;font-weight:600}.result-redflags ul{margin:0;padding-left:1.2rem}.result-redflags li{font-size:.9rem;color:var(--warm-700);margin-bottom:.25rem;line-height:1.4}.result-action{margin-bottom:1.5rem;padding:1rem;background:var(--ivory);border-radius:8px}.result-action h4{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--warm-500);margin:0 0 .25rem;font-weight:600}.result-action p{margin:0;font-size:.9rem;color:var(--warm-800)}.result-actions{text-align:center;padding-top:.5rem}.submitted-object{max-width:800px;margin:1.5rem auto 0;text-align:center}.submitted-object-label{font-family:Cormorant Garamond,serif;font-size:.95rem;letter-spacing:.03em;color:var(--warm-500);font-weight:500;margin-bottom:.75rem}.submitted-object-image{background:var(--ivory);border:1px solid var(--warm-100);border-radius:12px;overflow:hidden;display:inline-block;max-width:400px;width:100%}.submitted-object-image img{width:100%;display:block;object-fit:contain;max-height:420px}.history-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--warm-100);max-width:800px;margin-left:auto;margin-right:auto}.history-title{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--warm-900);margin:0 0 1rem}.history-list{display:flex;flex-direction:column;gap:.5rem}.history-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--white);border:1px solid var(--warm-100);border-radius:8px;cursor:pointer;transition:all .15s ease}.history-item:hover{background:var(--ivory);border-color:var(--gold)}.history-item.history-active{border-color:var(--gold);background:#c9a96e0f}.history-thumb{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0}.history-thumb img{width:100%;height:100%;object-fit:cover}.history-object{font-weight:600;font-size:.9rem;color:var(--warm-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-meta{display:flex;gap:.75rem;align-items:center;margin-top:.15rem}.history-date{font-size:.75rem;color:var(--warm-500)}.history-score{font-size:.75rem;font-weight:600}.history-verdict{font-size:.8rem;color:var(--warm-700);margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-delete{background:none;border:none;color:var(--warm-300);font-size:1.2rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;flex-shrink:0;transition:color .15s}.history-delete:hover{color:var(--accent-red)}@media (max-width: 768px){.submitted-object-image{max-width:100%}.result-card{padding:1.25rem;margin-top:1rem}.result-header{gap:1rem}.result-title{font-size:1.3rem}.result-score-badge{width:60px;height:60px}.result-score-badge .score-number{font-size:1.25rem}.result-grid{grid-template-columns:1fr 1fr;gap:.5rem}.history-thumb{width:40px;height:40px}.history-item{padding:.6rem .75rem}}@media (max-width: 480px){.result-grid{grid-template-columns:1fr}}.profile-page{max-width:900px;margin:0 auto;padding:7rem 2rem 4rem;min-height:100vh}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.profile-card{padding:2rem}.profile-card h3{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--warm-900);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--warm-100)}.profile-field{display:flex;flex-direction:column;gap:.25rem;padding:.6rem 0}.profile-field-label{font-size:.7rem;color:var(--warm-400);letter-spacing:.1em;text-transform:uppercase;font-weight:500}.profile-field-value{font-size:.95rem;color:var(--warm-800)}.profile-actions{margin-top:1.5rem}.credits-display{text-align:center;padding:1.5rem 0}.credits-number{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:var(--gold-dark);line-height:1}.credits-label{font-size:.82rem;color:var(--warm-500);margin-top:.5rem}.credits-hint{text-align:center;font-size:.78rem;color:var(--warm-400);margin-top:1rem}.history-card{padding-bottom:.5rem}.history-empty{padding:2rem 0;text-align:center;color:var(--warm-400);font-size:.9rem}.history-list{display:flex;flex-direction:column}.history-item{display:flex;align-items:center;gap:1rem;padding:1rem .5rem;border-bottom:1px solid rgba(226,217,204,.4);cursor:pointer;transition:background .15s;border-radius:4px}.history-item:hover{background:#e2d9cc26}.history-item:last-child{border-bottom:none}.history-icon{font-size:1.4rem;flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#e2d9cc4d;border-radius:8px}.history-info{flex:1;min-width:0}.history-title{font-size:.95rem;font-weight:600;color:var(--warm-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.3rem}.history-module{font-size:.72rem;color:var(--warm-600);background:#e2d9cc66;padding:.15rem .5rem;border-radius:3px}.history-verdict{font-size:.72rem;padding:.15rem .5rem;border-radius:3px;border:1px solid}.verdict-authentic{color:var(--verdict-authentic);background:#3a7d4414;border-color:#3a7d444d}.verdict-uncertain{color:var(--verdict-uncertain);background:#b8860b14;border-color:#b8860b4d}.verdict-fake{color:var(--verdict-fake);background:#b43c2814;border-color:#b43c284d}.verdict-neutral{color:var(--warm-600);background:#e2d9cc4d;border-color:var(--warm-200)}.history-date{font-size:.75rem;color:var(--warm-400);margin-top:.25rem}.history-chevron{flex-shrink:0;color:var(--warm-300);transition:color .15s}.history-item:hover .history-chevron{color:var(--warm-600)}.detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c1a0e80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.detail-modal{background:var(--ivory, #F5F0E8);border-radius:12px;max-width:640px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #2c1a0e40;animation:slideUp .25s ease;overflow:hidden}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.detail-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.2rem;color:var(--warm-400);cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s;z-index:1}.detail-close:hover{background:#e2d9cc66;color:var(--warm-700)}.detail-header{padding:1.5rem 1.5rem 1rem;position:relative}.detail-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--warm-900);margin:0 0 .5rem;padding-right:2rem}.detail-module{font-size:.75rem;color:var(--warm-500);background:#e2d9cc66;display:inline-block;padding:.2rem .6rem;border-radius:3px;margin-bottom:.5rem}.detail-verdict{font-size:.85rem;padding:.3rem .75rem;border-radius:4px;display:inline-block;border:1px solid}.detail-body{padding:0 1.5rem;overflow-y:auto;flex:1}.detail-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid rgba(226,217,204,.5);margin-bottom:1rem}.detail-field{display:flex;flex-direction:column;gap:.15rem}.detail-field-label{font-size:.7rem;color:var(--warm-400);text-transform:uppercase;letter-spacing:.08em}.detail-field-value{font-size:.9rem;color:var(--warm-800);font-weight:500}.detail-section{margin-bottom:1.25rem}.detail-section-title{font-size:.8rem;font-weight:600;color:var(--warm-700);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.detail-text{font-size:.88rem;color:var(--warm-700);line-height:1.65;margin:0}.detail-flags-title{color:#b43c28}.detail-flags-list{list-style:none;padding:0;margin:0}.detail-flags-list li{font-size:.85rem;color:var(--warm-700);padding:.4rem 0 .4rem 1.25rem;position:relative;border-bottom:1px solid rgba(226,217,204,.3)}.detail-flags-list li:last-child{border-bottom:none}.detail-flags-list li:before{content:"⚠";position:absolute;left:0;top:.4rem;font-size:.75rem}.detail-footer{display:flex;gap:1rem;align-items:center;padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(226,217,204,.5)}.detail-date{font-size:.75rem;color:var(--warm-400);margin-left:auto}.btn-pdf{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.2rem;background:transparent;border:1.5px solid var(--warm-300);color:var(--warm-700);font-size:.8rem;font-family:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all .2s}.btn-pdf:hover{border-color:var(--gold-dark);color:var(--gold-dark)}.btn-pdf:disabled{opacity:.5;cursor:not-allowed}.detail-section--visual-matches{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--warm-100)}.detail-section--visual-matches .vm-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.detail-section--visual-matches .vm-card-image{height:100px}.detail-section--visual-matches .vm-header h3{font-size:1rem}.detail-section--visual-matches .vm-header .vm-subtitle{font-size:.75rem}@media (max-width: 900px){.profile-grid{grid-template-columns:1fr}}@media (max-width: 600px){.profile-page{padding:7rem 1.25rem 3rem}.detail-modal{max-height:90vh;border-radius:12px 12px 0 0}.detail-overlay{align-items:flex-end;padding:0}.detail-fields{grid-template-columns:1fr}}.admin-page{max-width:1000px;margin:0 auto;padding:7rem 2rem 4rem;min-height:100vh}.admin-title{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--warm-900);margin-bottom:2rem}.admin-loading{text-align:center;padding:4rem;color:var(--warm-400);font-size:.9rem}.admin-satisfaction-card{background:var(--white);border:1px solid var(--warm-100);padding:2rem;margin-bottom:2rem;border-radius:4px}.satisfaction-big{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.satisfaction-number{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:var(--gold-dark);line-height:1}.satisfaction-label{font-size:1rem;color:var(--warm-500);letter-spacing:.04em}.satisfaction-stats{display:flex;gap:2.5rem;margin-bottom:1.5rem}.satisfaction-stat{display:flex;flex-direction:column}.stat-value{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--warm-900)}.stat-label{font-size:.72rem;color:var(--warm-400);text-transform:uppercase;letter-spacing:.1em}.satisfaction-graph{margin-top:1rem;border-top:1px solid var(--warm-100);padding-top:1rem}.graph-title{font-size:.78rem;color:var(--warm-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.graph-bars{display:flex;gap:.5rem;align-items:flex-end;height:120px}.graph-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.graph-bar{width:100%;max-width:40px;background:linear-gradient(to top,var(--gold),var(--gold-light));border-radius:3px 3px 0 0;min-height:4px;position:relative;display:flex;justify-content:center}.graph-bar-value{position:absolute;top:-18px;font-size:.65rem;color:var(--warm-500);white-space:nowrap}.graph-bar-label{font-size:.65rem;color:var(--warm-400);margin-top:.3rem}.admin-tabs{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:1px solid var(--warm-100)}.admin-tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:2px solid transparent;font-family:Outfit,sans-serif;font-size:.82rem;color:var(--warm-500);cursor:pointer;letter-spacing:.04em;transition:all .2s}.admin-tab:hover{color:var(--warm-800)}.admin-tab.active{color:var(--warm-900);border-bottom-color:var(--gold);font-weight:500}.admin-table{width:100%;border-collapse:collapse;font-size:.85rem}.admin-table th{text-align:left;padding:.75rem .5rem;font-size:.72rem;color:var(--warm-400);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--warm-100);font-weight:500}.admin-table td{padding:.65rem .5rem;color:var(--warm-700);border-bottom:1px solid rgba(226,217,204,.3);vertical-align:top}.comment-cell{max-width:400px;word-break:break-word}.uid-cell{font-family:monospace;font-size:.75rem;color:var(--warm-400)}.badge-positive{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#3a7d441a;font-size:.9rem}.badge-negative{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:#b43c281a;font-size:.9rem}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;font-size:.82rem;color:var(--warm-500)}.admin-pagination button{padding:.4rem .8rem;background:none;border:1px solid var(--warm-200);color:var(--warm-700);font-family:Outfit,sans-serif;font-size:.78rem;cursor:pointer;border-radius:3px;transition:border-color .2s}.admin-pagination button:hover:not(:disabled){border-color:var(--gold)}.admin-pagination button:disabled{opacity:.4;cursor:not-allowed}.testimonial-list{display:flex;flex-direction:column;gap:1rem}.admin-testimonial-card{background:var(--white);border:1px solid var(--warm-100);padding:1.25rem;border-radius:4px}.atc-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.atc-header strong{font-size:.92rem;color:var(--warm-900)}.atc-stars{color:var(--gold);font-size:.85rem}.atc-date{font-size:.72rem;color:var(--warm-400);margin-left:auto}.atc-status{font-size:.68rem;padding:.15rem .5rem;border-radius:3px;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.status-pending{color:var(--verdict-uncertain);background:#b8860b14;border:1px solid rgba(184,134,11,.3)}.status-approved{color:var(--verdict-authentic);background:#3a7d4414;border:1px solid rgba(58,125,68,.3)}.status-rejected{color:var(--verdict-fake);background:#b43c2814;border:1px solid rgba(180,60,40,.3)}.atc-text{font-size:.88rem;color:var(--warm-700);line-height:1.6;margin:0 0 .75rem}.atc-actions{display:flex;gap:.5rem}.btn-approve,.btn-reject{padding:.4rem 1rem;border:1px solid;border-radius:3px;font-family:Outfit,sans-serif;font-size:.78rem;cursor:pointer;transition:all .2s;background:none}.btn-approve{color:var(--verdict-authentic);border-color:#3a7d4466}.btn-approve:hover{background:#3a7d441a}.btn-reject{color:var(--verdict-fake);border-color:#b43c2866}.btn-reject:hover{background:#b43c281a}.admin-empty{text-align:center;padding:3rem;color:var(--warm-400);font-size:.9rem}@media (max-width: 768px){.admin-page{padding:6rem 1.25rem 3rem}.satisfaction-stats{gap:1.5rem}.admin-table{font-size:.78rem}.comment-cell{max-width:200px}}
