:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f6ece9;background:#0b0707;--tc-bg-image:url(/images/techcafe-background.png);--tc-bg-overlay:linear-gradient(180deg,rgb(255 0 0/28%),rgb(45 55 83/65%) 55%,rgb(243 240 240/18%));--tc-bg:var(--tc-bg-overlay),var(--tc-bg-image);--tc-surface:rgba(72,32,32,0.72);--tc-surface-dark:rgba(32,14,14,0.9);--tc-muted:#e6c9c9;--tc-muted-light:#d4b2b2;--tc-primary:rgba(153,89,89,0.85);--tc-primary-dark:#2a1111;--tc-success:#22c55e;--tc-info:#f3b9aa;--tc-radius:28px;--tc-space-sm:12px;--tc-space-md:18px;--tc-space-lg:32px;--tc-section-padding:36px;--tc-shadow:0 30px 80px rgba(12,5,5,0.55)}body{color:#f6ece9;overflow-x:hidden}.tc-page,body{min-height:100vh;background:var(--tc-bg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.tc-header{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(30,14,14,.75);border-bottom:1px solid rgba(153,89,89,.45);box-shadow:0 12px 40px rgba(8,3,3,.45)}.tc-header__inner{width:min(100%,1200px);margin:0 auto;padding:18px 32px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.tc-logo{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;padding:8px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(155deg,rgba(255,255,255,.12),rgba(255,255,255,.04));box-shadow:0 16px 42px rgba(5,3,15,.5);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tc-logo:hover{transform:translateY(-2px);border-color:rgba(153,89,89,.65);box-shadow:0 16px 46px rgba(26,11,11,.55)}.tc-logo__image{width:100%;height:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;filter:drop-shadow(0 10px 22px rgba(0,0,0,.32))}.tc-nav{display:flex;gap:2px;flex-wrap:wrap;flex-grow:1}.tc-nav-mobile{display:none;flex-direction:column;gap:12px;margin-top:12px;width:100%;background:rgba(24,10,10,.9);border:1px solid rgba(153,89,89,.3);border-radius:12px;padding:12px;box-shadow:0 16px 30px rgba(20,8,8,.5)}.tc-nav-mobile--open{display:flex}.tc-nav-toggle{display:none;border:none;background:var(--tc-primary-dark);color:#fff;padding:10px 12px;border-radius:8px;font-weight:600;cursor:pointer}.tc-nav-toggle__icon{width:18px;height:2px;background:currentColor;display:block;position:relative}.tc-nav-toggle__icon:after,.tc-nav-toggle__icon:before{content:"";position:absolute;left:0;width:18px;height:2px;background:currentColor}.tc-nav-toggle__icon:before{top:-6px}.tc-nav-toggle__icon:after{top:6px}.tc-nav-mobile__button{width:100%;justify-content:flex-start}.tc-nav-button{border:none;border-radius:999px;padding:9px 18px;font-weight:600;background:rgba(255,255,255,.04);color:#f6ece9;cursor:pointer;border:1px solid rgba(153,89,89,.28);box-shadow:0 10px 25px rgba(32,12,12,.5);transition:background .2s ease,color .2s ease,border-color .2s ease}.tc-nav-button--active{background:linear-gradient(135deg,rgba(153,89,89,.9),rgba(92,47,47,.92));color:#fff;border-color:rgba(153,89,89,.6)}.tc-auth-buttons{flex-wrap:wrap}.tc-auth-buttons,.tc-header__actions{display:flex;gap:12px;align-items:center}.tc-header__actions{margin-left:auto}.tc-button{padding:10px 18px;border-radius:999px;border:1px solid rgba(153,89,89,.55);background:rgba(255,255,255,.08);color:#f6ece9;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tc-button--primary{border:none;background:linear-gradient(135deg,#995959,#5c2d2d);color:#fff;box-shadow:0 10px 30px rgba(36,14,14,.65)}.tc-main{width:min(100%,1200px);margin:0 auto;padding:48px 32px 120px;display:flex;flex-direction:column;gap:42px}.tc-section{background:linear-gradient(160deg,rgba(78,38,38,.86),rgba(42,18,18,.8));border-radius:var(--tc-radius);padding:var(--tc-section-padding);box-shadow:var(--tc-shadow);display:block;width:100%;margin:0 auto;border:1px solid rgba(153,89,89,.22);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f6ece9}.tc-section--hidden{display:none}.tc-grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:42px}.tc-grid-two>*{min-width:0}.tc-grid-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.tc-grid-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}@media (max-width:1100px){.tc-header__inner{padding:16px 24px}.tc-header__actions{margin-left:0;width:100%;justify-content:flex-end;flex-wrap:wrap}}@media (max-width:900px){.tc-header__inner{gap:16px;padding:16px 20px}.tc-auth-buttons{width:100%;justify-content:flex-end}}@media (max-width:768px){.tc-header__inner{flex-direction:column;align-items:flex-start;padding:16px}.tc-nav{display:none}.tc-header__actions{width:100%;justify-content:space-between;align-items:center}.tc-nav-toggle{display:inline-flex;align-items:center;gap:8px}.tc-auth-buttons{flex:1 1;justify-content:flex-end}.tc-nav-mobile{display:none}.tc-nav-mobile--open{display:flex}.tc-grid-two{grid-template-columns:1fr}}@media (max-width:640px){.tc-main{padding:32px 18px 80px;gap:32px}.tc-section{padding:24px}.tc-cta-row{flex-direction:column}}.tc-grid-form--align-start{align-items:flex-start}.tc-grid-form--compact{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.tc-grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.tc-text-muted{color:var(--tc-muted)}.tc-text-muted--inverted{color:rgba(255,255,255,.75)}.tc-no-margin{margin:0}.tc-text-muted--inverted-soft{color:rgba(255,255,255,.7);font-size:14px}.tc-stat-value{font-size:26px;font-weight:700}.tc-card{border-radius:24px;padding:32px;background:linear-gradient(160deg,rgba(26,10,10,.95),rgba(58,26,26,.9));color:#fff;box-shadow:0 30px 60px rgba(5,2,12,.6);display:flex;flex-direction:column;gap:18px;border:1px solid rgba(153,89,89,.45)}.tc-card--surface{background:rgba(255,255,255,.06);border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.08)}.tc-stack{display:flex;flex-direction:column;gap:var(--tc-space-md)}.tc-stack--lg{gap:24px}.tc-stack--sm{gap:12px}.tc-chip-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.tc-chip-row--spaced{margin-top:24px}.tc-cta-row{display:flex;gap:18px;margin-top:32px;flex-wrap:wrap}.tc-cta{padding:14px 26px;border-radius:14px;font-weight:600;cursor:pointer;border:none;color:#f6ece9}.tc-cta--primary{background:linear-gradient(135deg,#995959,#5c2d2d);color:#fff;box-shadow:0 12px 30px rgba(32,12,12,.55)}.tc-cta--outline{border:1px solid rgba(153,89,89,.45);background:rgba(153,89,89,.12);color:#f6ece9;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.tc-cta--info{background:linear-gradient(135deg,#f6c1b4,#e27a6c);color:#1e0b0b;box-shadow:0 12px 24px rgba(58,18,18,.35)}.tc-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.tc-label{font-size:14px;font-weight:600;display:flex;flex-direction:column;gap:6px}.tc-input,.tc-select,.tc-textarea{border-radius:12px;padding:12px;border:1px solid rgba(255,255,255,.16);font:inherit;background:rgba(72,32,32,.55);color:#f6ece9}.tc-select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,rgba(153,89,89,.8) 0),linear-gradient(135deg,rgba(153,89,89,.8) 50%,transparent 0);background-position:calc(100% - 18px) calc(50% - 4px),calc(100% - 12px) calc(50% - 4px);background-size:8px 8px,8px 8px;background-repeat:no-repeat;padding-right:42px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.tc-select:focus{outline:none;border-color:rgba(153,89,89,.55);box-shadow:0 0 0 2px rgba(153,89,89,.28)}.tc-select optgroup,.tc-select option{background:rgba(32,14,14,.96);color:#f6ece9}.tc-select option:disabled{color:rgba(246,236,233,.45)}.tc-input--dark{background:rgba(7,10,26,.9);color:#fff;border:1px solid rgba(255,255,255,.08)}.tc-textarea{resize:vertical}.tc-menu-card{padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);display:flex;flex-direction:column;gap:4px;box-shadow:0 14px 28px rgba(7,3,18,.35)}.tc-menu-card__button{margin-top:8px;border-radius:12px;border:none;padding:10px 12px;font-weight:600;cursor:pointer}.tc-menu-card__button:disabled{background:rgba(255,255,255,.12);color:rgba(255,255,255,.6);cursor:not-allowed}.tc-menu-card__button:not(:disabled){background:linear-gradient(135deg,#995959,#5c2d2d);color:#fff}.tc-cart{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;background:rgba(255,255,255,.05);color:#f6ece9}.tc-cart__item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.tc-cart__item button{border:none;background:transparent;color:#ef4444;font-weight:600;cursor:pointer}.tc-cart__total{border-top:1px solid rgba(255,255,255,.08);margin-top:12px;padding-top:12px;display:flex;justify-content:space-between;font-weight:700}.tc-seat-zone{margin-bottom:12px}.tc-seat-zone__label{font-size:13px;color:rgba(255,255,255,.65);margin-bottom:6px}.tc-seat-list{display:flex;flex-wrap:wrap;gap:8px}.tc-seat{padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#f6ece9;cursor:pointer;font-weight:600}.tc-seat--selected{border-color:var(--tc-primary);background:rgba(153,89,89,.25)}.tc-seat:disabled{background:rgba(255,255,255,.08);color:rgba(255,255,255,.4);border-color:rgba(255,255,255,.08);cursor:not-allowed}.tc-layout-wrapper{position:relative}.tc-layout-wrapper__frame{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);pointer-events:none}.tc-layout-wrapper__badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#995959,#4a1f1f);color:#fff;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600}.tc-alert{background:rgba(34,197,94,.16);color:#bbf7d0;padding:14px;border-radius:12px;font-weight:600;margin-top:6px;border:1px solid rgba(34,197,94,.35)}.tc-auth-gate{border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.05);padding:20px;display:flex;flex-direction:column;gap:16px}.tc-auth-gate__actions{display:flex;flex-wrap:wrap;gap:12px}.tc-support-form{background:linear-gradient(150deg,rgba(78,38,38,.82),rgba(42,18,18,.84));border-radius:20px;padding:24px;box-shadow:0 20px 55px rgba(5,2,12,.5);gap:16px;border:1px solid rgba(255,255,255,.08)}.tc-support-form,.tc-timeline{display:flex;flex-direction:column}.tc-timeline{list-style:none;padding:0;margin:0;gap:12px}.tc-timeline__item{display:flex;gap:12px}.tc-timeline__year{font-weight:700;min-width:52px}.tc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.tc-portal-card{background:rgba(255,255,255,.06);border-radius:20px;padding:20px;box-shadow:0 20px 35px rgba(5,2,12,.4);display:flex;flex-direction:column;gap:12px;border:1px solid rgba(255,255,255,.08)}.tc-portal-card a{margin-top:auto;font-weight:600;color:rgba(153,89,89,.95);text-decoration:none}.tc-list{margin:0;padding-left:18px;line-height:1.6;color:var(--tc-muted)}.tc-tag--success{color:var(--tc-success)}.tc-heading-sm{font-weight:600;margin-bottom:6px}.tc-mb-xs{margin-bottom:8px}.tc-row-between{display:flex;justify-content:space-between;align-items:center}.tc-text-small{font-size:12px}.tc-steps{display:flex;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.05)}.tc-step{flex:1 1;display:flex;gap:12px;align-items:center;padding:16px 24px;position:relative;color:#f6ece9;transition:background .2s ease,border-color .2s ease;border-right:1px solid rgba(255,255,255,.06)}.tc-step+.tc-step:before{content:"";position:absolute;left:0;top:0;width:12px;height:100%;background:linear-gradient(135deg,transparent 50%,rgba(255,255,255,.08) 0)}.tc-step__index{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6)}.tc-step p{margin:0;font-size:12px;color:rgba(255,255,255,.65)}.tc-step strong{display:block;font-size:15px;color:inherit}.tc-step--idle{background:rgba(255,255,255,.02)}.tc-step--active .tc-step__index,.tc-step--active p,.tc-step--done .tc-step__index,.tc-step--done p{color:rgba(255,255,255,.7)}.tc-step--done{background:linear-gradient(135deg,rgba(42,18,18,.95),rgba(78,36,36,.9));color:#fff}.tc-step--active{background:linear-gradient(135deg,#995959,#522525);color:#fff}.tc-step-panel{border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px;background:rgba(255,255,255,.05);box-shadow:0 20px 35px rgba(5,2,12,.45)}.tc-step-columns{display:flex;flex-direction:column;gap:20px}.tc-step-columns--split{flex-direction:row;flex-wrap:wrap}.tc-step-columns--split>*{flex:1 1;min-width:280px}.tc-step-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.tc-step-actions button{padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);cursor:pointer;color:#f6ece9}.tc-step-actions button:disabled{opacity:.5;cursor:not-allowed}.tc-step-actions .tc-primary{background:linear-gradient(135deg,#995959,#522525);color:#fff;border:none}.tc-summary{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px;background:rgba(255,255,255,.04)}.tc-summary span{display:block;font-size:12px;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.05em}.tc-summary strong{font-size:16px;color:#f6ece9}.tc-cart-review{border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(145deg,#120808,#2f1616);color:#fff;padding:24px;flex:1 1;min-width:300px}.tc-cart-review header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px}.tc-cart-review h3{margin:0;font-size:28px}.tc-cart-review__item{display:flex;justify-content:space-between;align-items:baseline;border-top:1px solid rgba(255,255,255,.1);padding:12px 0}.tc-cart-review__item:first-of-type{border-top:none;padding-top:0}.tc-cart-review__item strong{display:block;font-size:16px;color:#fff}.tc-cart-review__item span{display:block;margin-top:4px;color:rgba(255,255,255,.7)}.tc-cart-review__item .tc-text-muted{color:rgba(255,255,255,.8)}.tc-step-panel .tc-layout-wrapper{margin-top:0}.tc-tag{font-weight:600;margin-bottom:12px;color:var(--tc-primary)}.tc-tag--alt{color:var(--tc-info)}.tc-auth-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;max-width:1200px;margin:0 auto;padding:64px 24px 120px;align-items:stretch}.tc-auth-card{background:rgba(255,255,255,.05);border-radius:28px;padding:32px;box-shadow:var(--tc-shadow);gap:18px;border:1px solid rgba(255,255,255,.08)}.tc-auth-card,.tc-auth-form{display:flex;flex-direction:column}.tc-auth-form{gap:16px}.tc-auth-form--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.tc-auth-side{border-radius:28px;padding:32px;background:linear-gradient(180deg,#2b1515,#5c2a2a);color:#fff;box-shadow:var(--tc-shadow);display:flex;flex-direction:column;justify-content:space-between;gap:32px}.tc-auth-side .tc-list{color:rgba(255,255,255,.85)}.tc-auth-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.tc-auth-divider{display:flex;align-items:center;gap:12px;color:var(--tc-muted);font-size:13px}.tc-auth-divider:after,.tc-auth-divider:before{content:"";flex:1 1;height:1px;background:rgba(255,255,255,.12)}.tc-google-button{display:flex;gap:10px;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:12px;font-weight:600;background:rgba(255,255,255,.08);cursor:pointer;color:#f6ece9}.tc-google-button,.tc-google-icon{align-items:center;justify-content:center}.tc-google-icon{width:28px;height:28px;border-radius:50%;background:#facc15;display:inline-flex;font-weight:700;color:#2a1111}.tc-auth-status{margin:0;padding:10px 12px;border-radius:10px;background:rgba(153,89,89,.24);color:#f6ece9;font-weight:600}.tc-auth-hint{background:rgba(255,255,255,.05);border-radius:12px;padding:12px;border:1px solid rgba(255,255,255,.08)}.tc-label--checkbox{display:flex;align-items:center;gap:8px;font-size:14px}@media (max-width:768px){.tc-auth-buttons{gap:8px}.tc-auth-buttons .tc-button{padding:6px 12px;font-size:14px}.tc-section{border-radius:20px}}.tc-button--success{padding:12px 16px;border-radius:12px;border:none;background:var(--tc-success);color:#fff;font-weight:600;cursor:pointer}.tc-text-success{color:var(--tc-success);font-weight:600}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}