@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600;700&display=swap);:root{--tt-black:#050608;--tt-ink:#0d0f14;--tt-card:#111318;--tt-border:rgba(220, 38, 38, 0.22);--tt-red:#dc2626;--tt-red-soft:#ef4444;--tt-red-glow:rgba(220, 38, 38, 0.35);--tt-gold:#d97706;--tt-text:#f0ece4;--tt-muted:#8a8075;--radius:12px;--radius-sm:8px;--topbar-h:60px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:var(--tt-black);background-image:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(220,38,38,.06) 0,transparent 70%),url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");color:var(--tt-text);min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-family:'Bebas Neue',Inter,sans-serif;font-weight:700;letter-spacing:1px}.te-topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;height:var(--topbar-h);background:linear-gradient(180deg,rgba(5,6,8,.98) 0,rgba(13,15,20,.95) 100%);border-bottom:1px solid var(--tt-border);box-shadow:0 1px 0 rgba(220,38,38,.15),0 4px 24px rgba(0,0,0,.6);backdrop-filter:blur(16px)}.te-brand{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.te-brand-logo{height:38px;width:auto;filter:drop-shadow(0 0 10px rgba(220,38,38,.45));transition:filter .3s}.te-brand-logo:hover{filter:drop-shadow(0 0 18px rgba(220,38,38,.75))}.te-brand-text{font-family:'Bebas Neue',sans-serif;font-size:20px;letter-spacing:3px;color:var(--tt-text)}.te-topbar-title{font-family:'Bebas Neue',sans-serif;font-size:22px;letter-spacing:4px;color:var(--tt-text);text-align:center;flex:1}.te-back-link{display:inline-flex;align-items:center;gap:6px;color:var(--tt-muted);text-decoration:none;font-size:13px;font-weight:500;padding:6px 14px;border:1px solid rgba(220,38,38,.2);border-radius:var(--radius-sm);transition:color .2s,border-color .2s;white-space:nowrap;flex-shrink:0}.te-back-link:hover{color:var(--tt-text);border-color:var(--tt-red-soft)}.te-main{flex:1;padding:0 20px 48px;max-width:1400px;width:100%;margin:0 auto}.te-hero{text-align:center;padding:24px 0 20px;position:relative}.te-hero::after{content:'';display:block;width:40px;height:2px;background:linear-gradient(90deg,transparent,var(--tt-red),transparent);margin:14px auto 0;box-shadow:0 0 10px rgba(220,38,38,.6)}.te-hero-eyebrow{font-size:10px;letter-spacing:4px;text-transform:uppercase;color:var(--tt-muted);margin-bottom:6px}.te-hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(32px, 4vw, 52px);letter-spacing:6px;line-height:1;color:var(--tt-text);margin-bottom:12px}.te-hero-title span{background:linear-gradient(135deg,#ff8080 0,#dc2626 35%,#7f1d1d 65%,#dc2626 85%,#ff6060 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 20px rgba(220,38,38,.35))}.te-hero-sub{font-size:13px;color:var(--tt-muted);letter-spacing:1.5px}.te-workspace{display:flex;gap:20px;align-items:flex-start;margin-bottom:44px}.te-sidebar{width:256px;flex-shrink:0;display:flex;flex-direction:column;gap:10px}.te-panel{background:var(--tt-card);border:1px solid var(--tt-border);border-radius:var(--radius);padding:14px}.te-panel-hd{font-family:'Bebas Neue',sans-serif;font-size:15px;letter-spacing:2.5px;color:var(--tt-red-soft);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(220,38,38,.14)}.te-file-btn{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;margin-bottom:8px;background:rgba(255,255,255,.03);border:1px dashed rgba(220,38,38,.28);border-radius:var(--radius-sm);color:var(--tt-text);font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s;line-height:1.3}.te-file-btn:last-of-type{margin-bottom:0}.te-file-btn:hover{background:rgba(220,38,38,.08);border-color:var(--tt-red-soft)}.te-file-btn input[type=file]{display:none}.te-file-btn svg{flex-shrink:0;opacity:.7}.te-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:7px 10px;background:rgba(255,255,255,.04);border:1px solid rgba(220,38,38,.2);border-radius:var(--radius-sm);color:var(--tt-text);font-family:Inter,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,color .2s;white-space:nowrap;line-height:1}.te-btn:hover{background:rgba(220,38,38,.1);border-color:var(--tt-red-soft);color:#fff}.te-btn:active{transform:scale(.97)}.te-btn--primary{background:linear-gradient(135deg,#b91c1c 0,#991b1b 100%);border-color:rgba(220,38,38,.5);color:#fff;box-shadow:0 4px 14px rgba(220,38,38,.25)}.te-btn--primary:hover{background:linear-gradient(135deg,#dc2626 0,#b91c1c 100%);box-shadow:0 6px 20px rgba(220,38,38,.4)}.te-btn--danger{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.32);color:#fca5a5}.te-btn--danger:hover{background:rgba(220,38,38,.22);border-color:var(--tt-red);color:#fff}.te-btn--full{width:100%;margin-top:8px;padding:9px 12px;font-size:13px}.te-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:6px}.te-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.te-field{margin-bottom:12px}.te-field:last-child{margin-bottom:0}.te-label{display:block;font-size:11px;color:var(--tt-muted);letter-spacing:.4px;margin-bottom:6px;text-transform:uppercase}input[type=color]{width:100%;height:36px;padding:2px 4px;border:1px solid rgba(220,38,38,.25);border-radius:var(--radius-sm);background:var(--tt-ink);cursor:pointer;transition:border-color .2s}input[type=color]:hover{border-color:var(--tt-red-soft)}.te-range{width:100%;height:4px;appearance:none;-webkit-appearance:none;background:rgba(220,38,38,.18);border-radius:2px;outline:0;cursor:pointer;border:none;padding:0}.te-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:var(--tt-red);border-radius:50%;box-shadow:0 0 8px rgba(220,38,38,.5);cursor:pointer}.te-range::-moz-range-thumb{width:16px;height:16px;background:var(--tt-red);border:none;border-radius:50%;cursor:pointer}.te-canvas-wrap{flex:1;min-width:0;display:flex;flex-direction:column}#canvas-container{border:1px solid var(--tt-border);border-radius:var(--radius);background:var(--tt-ink);box-shadow:0 8px 40px rgba(0,0,0,.6),0 0 60px rgba(220,38,38,.04);overflow:hidden;display:flex;justify-content:center;align-items:center;height:clamp(340px,62vh,680px);width:100%;position:relative}#canvas-container canvas{display:block;max-width:100%;max-height:100%}.te-canvas-hint{margin-top:8px;font-size:11px;color:var(--tt-muted);text-align:center;letter-spacing:.3px}.te-obj-info{margin-top:8px;padding:6px 12px;background:var(--tt-card);border:1px solid rgba(220,38,38,.12);border-radius:var(--radius-sm);font-size:11px;color:var(--tt-muted);display:none;gap:16px;flex-wrap:wrap}.te-obj-info.visible{display:flex}.te-obj-info span{white-space:nowrap}.te-obj-info strong{color:var(--tt-text)}.te-section-title{font-family:'Bebas Neue',sans-serif;font-size:28px;letter-spacing:3px;color:var(--tt-text);margin-bottom:16px}.te-gallery{margin-bottom:44px}.te-gallery-header{display:flex;align-items:baseline;gap:16px;margin-bottom:16px;flex-wrap:wrap}.te-gallery-desc{font-size:12px;color:var(--tt-muted);letter-spacing:.3px}.te-gallery-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.te-tab{padding:6px 18px;border:1px solid rgba(220,38,38,.22);border-radius:20px;background:0 0;color:var(--tt-muted);font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;text-transform:capitalize}.te-tab:hover{border-color:var(--tt-red-soft);color:var(--tt-text)}.te-tab.active{background:var(--tt-red);border-color:var(--tt-red);color:#fff;box-shadow:0 4px 12px rgba(220,38,38,.3)}.te-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}.te-gallery-item{position:relative;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:1px solid rgba(220,38,38,.14);background:var(--tt-ink);transition:border-color .2s,box-shadow .2s,transform .2s}.te-gallery-item:hover{border-color:var(--tt-red-soft);box-shadow:0 4px 20px rgba(220,38,38,.4);transform:translateY(-2px)}.te-gallery-item img{width:100%;aspect-ratio:1;object-fit:contain;display:block;padding:6px;transition:transform .3s}.te-gallery-item:hover img{transform:scale(1.08)}.te-gallery-item-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(185,28,28,.8),rgba(127,29,29,.85));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s;color:#fff;font-size:28px;font-family:'Bebas Neue',sans-serif;letter-spacing:1px}.te-gallery-item:hover .te-gallery-item-overlay{opacity:1}.te-gallery-empty{color:var(--tt-muted);font-size:14px;padding:24px 0;text-align:center;grid-column:1/-1}#canvas-container.has-selection{box-shadow:0 8px 40px rgba(0,0,0,.6),0 0 0 1px rgba(220,38,38,.3),0 0 40px rgba(220,38,38,.1)}.te-btn.active{background:rgba(220,38,38,.2);border-color:var(--tt-red);color:var(--tt-red-soft)}.te-btn--rotate{font-size:11px;padding:6px 4px;letter-spacing:0}.te-faq-section{margin-bottom:48px;border:1px solid var(--tt-border);border-radius:var(--radius);overflow:hidden}.te-faq-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:var(--tt-card);border:none;color:var(--tt-text);font-family:'Bebas Neue',sans-serif;font-size:20px;letter-spacing:2px;cursor:pointer;text-align:left;transition:background .2s}.te-faq-toggle:hover{background:rgba(220,38,38,.06)}.te-chevron{transition:transform .3s ease;flex-shrink:0;color:var(--tt-muted)}.te-faq-toggle.open .te-chevron{transform:rotate(180deg)}.te-faq-body{background:rgba(13,15,20,.6);border-top:1px solid rgba(220,38,38,.1);padding:0 20px}.te-faq-body.te-hidden{display:none}.faq-item{border-bottom:1px solid rgba(255,255,255,.04);padding:14px 0}.faq-item:last-child{border-bottom:none}.faq-item h4{font-family:Inter,sans-serif;font-weight:600;font-size:14px;color:var(--tt-text);cursor:pointer;display:flex;align-items:center;gap:10px;letter-spacing:0;user-select:none}.faq-item h4::before{content:'▶';font-size:9px;color:var(--tt-red);transition:transform .25s;flex-shrink:0}.faq-item.active h4::before{transform:rotate(90deg)}.faq-item h4:hover{color:#fff}.faq-answer{overflow:hidden;max-height:0;transition:max-height .35s ease,padding .35s ease}.faq-item.active .faq-answer{max-height:200px;padding-top:8px}.faq-answer p{font-family:Inter,sans-serif;font-size:14px;color:var(--tt-muted);line-height:1.65}.te-footer{border-top:1px solid var(--tt-border);background:linear-gradient(180deg,rgba(5,6,8,.98) 0,var(--tt-black) 100%);position:relative}.te-footer::before{content:'';position:absolute;top:-1px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(239,68,68,.8) 35%,rgba(255,96,96,.9) 50%,rgba(239,68,68,.8) 65%,transparent);box-shadow:0 0 12px rgba(220,38,38,.6),0 0 40px rgba(220,38,38,.25)}.te-footer-cols{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid rgba(255,255,255,.04)}.te-footer-col{padding:40px 36px;border-right:1px solid rgba(220,38,38,.08)}.te-footer-col:last-child{border-right:none}.te-footer-col-title{font-family:'Bebas Neue',sans-serif;font-size:22px;letter-spacing:3px;background:linear-gradient(135deg,#f0ece4 0,#c4bdb4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(220,38,38,.18)}.te-footer-col p{font-size:13px;color:var(--tt-muted);line-height:1.7;margin-bottom:14px}.te-footer-home{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--tt-red-soft);text-decoration:none;letter-spacing:.5px;transition:color .2s}.te-footer-home:hover{color:var(--tt-text)}.te-footer-col nav{display:flex;flex-direction:column;gap:8px}.te-footer-col nav a{font-size:13px;color:#d4cec8;text-decoration:none;letter-spacing:.3px;transition:color .2s,padding-left .2s}.te-footer-col nav a:hover{color:#fff;padding-left:6px}.te-footer-socials{display:flex;gap:14px;margin-bottom:20px;flex-wrap:wrap}.icon-link{color:var(--tt-muted);text-decoration:none;display:inline-flex;transition:color .2s,filter .2s}.icon-link:hover{color:var(--tt-red-soft);filter:drop-shadow(0 0 6px rgba(220,38,38,.55))}.te-footer-copy{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#4a4540;letter-spacing:.5px}.te-footer-copy a{color:#8a8075;text-decoration:none;transition:color .2s}.te-footer-copy a:hover{color:var(--tt-red-soft)}.te-panel-hd{display:flex;align-items:center;justify-content:space-between}.te-layers-count{background:rgba(220,38,38,.18);color:var(--tt-red-soft);font-size:10px;font-family:var(--font-body);font-weight:700;padding:1px 7px;border-radius:20px;letter-spacing:.3px;line-height:1.6}.te-layers-list{list-style:none;padding:0;margin:0;max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:3px}.te-layers-list::-webkit-scrollbar{width:4px}.te-layers-list::-webkit-scrollbar-track{background:0 0}.te-layers-list::-webkit-scrollbar-thumb{background:rgba(220,38,38,.25);border-radius:4px}.te-layer-empty{font-size:12px;color:var(--tt-muted);text-align:center;padding:18px 0;font-style:italic}.te-layer-row{display:flex;align-items:center;gap:7px;padding:5px 7px;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s;user-select:none}.te-layer-row:hover{background:rgba(220,38,38,.06);border-color:var(--tt-border)}.te-layer-row.active{background:rgba(220,38,38,.12);border-color:rgba(220,38,38,.45)}.te-layer-row.te-layer-bg .te-layer-name{color:var(--tt-muted);font-style:italic}.te-layer-icon{width:26px;height:26px;border-radius:4px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--tt-muted)}.te-layer-row.active .te-layer-icon{border-color:rgba(220,38,38,.4);color:var(--tt-red-soft)}.te-layer-name{flex:1;font-size:12px;color:var(--tt-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.2px}.te-layer-actions{display:flex;gap:2px;flex-shrink:0}.te-layer-btn{background:0 0;border:none;color:var(--tt-muted);cursor:pointer;padding:3px 4px;border-radius:4px;line-height:0;transition:color .15s,background .15s}.te-layer-btn:hover{color:var(--tt-text);background:rgba(255,255,255,.08)}.te-layer-btn.layer-hidden{color:rgba(220,38,38,.45)}.te-layer-btn.layer-hidden:hover{color:var(--tt-red-soft);background:rgba(220,38,38,.08)}[data-theme=light] .te-layers-count{background:rgba(185,28,28,.1);color:var(--tt-red)}[data-theme=light] .te-layer-row:hover{background:rgba(185,28,28,.05)}[data-theme=light] .te-layer-row.active{background:rgba(185,28,28,.1);border-color:rgba(185,28,28,.4)}[data-theme=light] .te-layer-icon{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.1);color:#6b5f53}[data-theme=light] .te-layer-row.active .te-layer-icon{color:var(--tt-red);border-color:rgba(185,28,28,.35)}[data-theme=light] .te-layer-name{color:#1a1410}[data-theme=light] .te-layer-btn{color:#8a8075}[data-theme=light] .te-layer-btn:hover{color:#1a1410;background:rgba(0,0,0,.06)}[data-theme=light] .te-layer-btn.layer-hidden{color:rgba(185,28,28,.4)}[data-theme=light] .te-layer-btn.layer-hidden:hover{color:var(--tt-red);background:rgba(185,28,28,.08)}@media (max-width:960px){.te-workspace{flex-direction:column}.te-sidebar{width:100%;flex-direction:row;flex-wrap:wrap}.te-panel{flex:1;min-width:200px}#canvas-container{height:clamp(300px,55vw,540px)}}@media (max-width:600px){.te-topbar{padding:0 12px;gap:10px}.te-topbar-title{font-size:17px;letter-spacing:2px}.te-brand-text{display:none}.te-back-link{padding:5px 10px;font-size:12px}.te-main{padding:16px 12px 32px}.te-sidebar{flex-direction:column}.te-panel{min-width:0}#canvas-container{height:clamp(260px,80vw,420px)}.te-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(72px,1fr))}.te-section-title{font-size:22px}.te-footer-cols{grid-template-columns:1fr}.te-footer-col{border-right:none;border-bottom:1px solid rgba(220,38,38,.08);padding:24px 20px}.te-footer-col:last-child{border-bottom:none}}.te-topbar-right{display:flex;align-items:center;gap:10px}.te-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--tt-border);background:0 0;color:var(--tt-muted);font-size:18px;text-decoration:none;transition:background .2s,color .2s,border-color .2s,box-shadow .2s;cursor:pointer}.te-theme-toggle:hover{background:rgba(220,38,38,.1);color:var(--tt-red-soft);border-color:rgba(220,38,38,.45);box-shadow:0 0 10px rgba(220,38,38,.3)}[data-theme=light]{--tt-black:#f5f2ed;--tt-ink:#ede8df;--tt-card:#ffffff;--tt-border:rgba(180,28,28,0.18);--tt-red:#b91c1c;--tt-red-soft:#dc2626;--tt-text:#1a1410;--tt-muted:#6b5f53}[data-theme=light] body{background:var(--tt-black);color:var(--tt-text)}[data-theme=light] .te-topbar{background:rgba(245,242,237,.92);border-bottom-color:rgba(180,28,28,.18)}[data-theme=light] .te-topbar-title{color:#1a1410;text-shadow:none}[data-theme=light] .te-brand-text{color:#4a3e35}[data-theme=light] .te-back-link{border-color:rgba(180,28,28,.3);color:#6b5f53}[data-theme=light] .te-back-link:hover{background:rgba(185,28,28,.08);color:var(--tt-red)}[data-theme=light] .te-theme-toggle{border-color:rgba(180,28,28,.25);color:#6b5f53}[data-theme=light] .te-theme-toggle:hover{background:rgba(185,28,28,.1);color:var(--tt-red);border-color:rgba(185,28,28,.45)}[data-theme=light] .te-hero{background:linear-gradient(180deg,rgba(245,242,237,0) 0,rgba(237,232,223,.85) 100%),radial-gradient(ellipse 60% 80% at 50% 110%,rgba(185,28,28,.06) 0,transparent 75%);border-bottom-color:rgba(180,28,28,.12)}[data-theme=light] .te-hero-eyebrow{color:var(--tt-red);border-color:rgba(180,28,28,.25);background:rgba(185,28,28,.06)}[data-theme=light] .te-hero-title{color:#1a1410;text-shadow:none}[data-theme=light] .te-hero-title .gradient-text{background:linear-gradient(135deg,#b91c1c 0,#dc2626 50%,#7f1d1d 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=light] .te-hero-subtitle{color:#6b5f53}[data-theme=light] .te-workspace{background:0 0}[data-theme=light] .te-sidebar{border-right-color:rgba(180,28,28,.1)}[data-theme=light] .te-panel{background:#fff;border-color:rgba(180,28,28,.12);box-shadow:0 2px 12px rgba(0,0,0,.06)}[data-theme=light] .te-panel-title{color:#1a1410;border-bottom-color:rgba(180,28,28,.12)}[data-theme=light] .te-btn{background:#ede8df;border-color:rgba(180,28,28,.2);color:#3a3028}[data-theme=light] .te-btn:hover{background:rgba(185,28,28,.08);border-color:rgba(185,28,28,.4);color:var(--tt-red)}[data-theme=light] .te-btn--primary{background:linear-gradient(135deg,#b91c1c,#dc2626);border-color:transparent;color:#fff}[data-theme=light] .te-btn--primary:hover{background:linear-gradient(135deg,#991b1b,#b91c1c);color:#fff}[data-theme=light] .te-btn--danger{background:rgba(185,28,28,.08);border-color:rgba(185,28,28,.3);color:#b91c1c}[data-theme=light] .te-btn--danger:hover{background:rgba(185,28,28,.15);border-color:rgba(185,28,28,.55)}[data-theme=light] .te-file-btn{background:#ede8df;border-color:rgba(180,28,28,.2);color:#3a3028}[data-theme=light] .te-file-btn:hover{background:rgba(185,28,28,.08);border-color:rgba(185,28,28,.4);color:var(--tt-red)}[data-theme=light] .te-label{color:#6b5f53}[data-theme=light] .te-control-row label{color:#4a3e35}[data-theme=light] input[type=range]{accent-color:var(--tt-red)}[data-theme=light] input[type=range]::-webkit-slider-runnable-track{background:rgba(180,28,28,.15)}[data-theme=light] input[type=range]::-webkit-slider-thumb{background:var(--tt-red);box-shadow:0 0 0 2px rgba(185,28,28,.25)}[data-theme=light] #canvas-container{background:#f5f2ed;border-color:rgba(180,28,28,.15);box-shadow:0 0 0 1px rgba(180,28,28,.08),0 8px 40px rgba(0,0,0,.1)}[data-theme=light] #canvas-container.has-selection{box-shadow:0 0 0 2px rgba(185,28,28,.4),0 0 30px rgba(185,28,28,.12),0 8px 40px rgba(0,0,0,.12)}[data-theme=light] .te-obj-info{background:rgba(245,242,237,.9);border-color:rgba(180,28,28,.15);color:#6b5f53}[data-theme=light] .te-obj-info strong{color:#1a1410}[data-theme=light] .te-gallery{background:#ede8df;border-color:rgba(180,28,28,.1)}[data-theme=light] .te-tabs{border-bottom-color:rgba(180,28,28,.15)}[data-theme=light] .te-tab{background:0 0;border-color:rgba(180,28,28,.15);color:#6b5f53}[data-theme=light] .te-tab.active,[data-theme=light] .te-tab:hover{background:rgba(185,28,28,.08);border-color:var(--tt-red);color:var(--tt-red)}[data-theme=light] .te-gallery-item{background:#fff;border-color:rgba(180,28,28,.12);box-shadow:0 2px 8px rgba(0,0,0,.07)}[data-theme=light] .te-gallery-item:hover{border-color:var(--tt-red);box-shadow:0 4px 20px rgba(185,28,28,.18)}[data-theme=light] .te-gallery-item-overlay{background:rgba(185,28,28,.75)}[data-theme=light] .te-section-title{color:#1a1410}[data-theme=light] .te-section-subtitle{color:#6b5f53}[data-theme=light] .te-faq-section{background:#fff;border-color:rgba(180,28,28,.18);box-shadow:0 2px 16px rgba(0,0,0,.06)}[data-theme=light] .te-faq-toggle{background:#f5f2ed;color:#1a1410;border-bottom:1px solid rgba(180,28,28,.1)}[data-theme=light] .te-faq-toggle:hover{background:rgba(185,28,28,.06);color:var(--tt-red)}[data-theme=light] .te-chevron{color:var(--tt-red)}[data-theme=light] .te-faq-body{background:#faf8f5;border-top-color:rgba(180,28,28,.1)}[data-theme=light] .faq-item{border-bottom-color:rgba(0,0,0,.07)}[data-theme=light] .faq-item h4{color:#1a1410}[data-theme=light] .faq-item h4:hover{color:var(--tt-red)}[data-theme=light] .faq-item h4::before{color:var(--tt-red)}[data-theme=light] .faq-answer{color:#2e2520}[data-theme=light] .faq-answer p{color:#2e2520}[data-theme=light] .faq-answer a{color:var(--tt-red);text-decoration:underline}[data-theme=light] .te-footer{background:#e8e2d7;border-top-color:rgba(180,28,28,.2)}[data-theme=light] .te-footer-col{border-right-color:rgba(180,28,28,.12)}[data-theme=light] .te-footer-col-title{background:linear-gradient(135deg,#1a1410 0,#4a3e35 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;border-bottom-color:rgba(180,28,28,.25)}[data-theme=light] .te-footer-col p{color:#4a3e35}[data-theme=light] .te-footer-home{color:var(--tt-red)}[data-theme=light] .te-footer-home:hover{color:#1a1410}[data-theme=light] .te-footer-col nav a{color:#1a1410;font-weight:500}[data-theme=light] .te-footer-col nav a:hover{color:var(--tt-red)}[data-theme=light] .icon-link{color:#3a3028}[data-theme=light] .icon-link:hover{color:var(--tt-red);filter:drop-shadow(0 0 5px rgba(185,28,28,.4))}[data-theme=light] .te-footer-copy{color:#6b5f53}[data-theme=light] .te-footer-copy a{color:#3a3028;font-weight:500}[data-theme=light] .te-footer-copy a:hover{color:var(--tt-red)}[data-theme=light] ::-webkit-scrollbar-track{background:#ede8df}[data-theme=light] ::-webkit-scrollbar-thumb{background:rgba(185,28,28,.25)}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:rgba(185,28,28,.5)}