@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#f4f2ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-display: "Playfair Display", "Cormorant Garamond", serif;--text-primary: #f4f2ff;--bg-body: #050509;--bg-gradient: radial-gradient(circle at 20% 20%, rgba(107, 108, 232, .35), transparent 45%), radial-gradient(circle at 80% 0%, rgba(212, 166, 87, .35), transparent 40%), linear-gradient(135deg, #050509, #0d0f1c 40%, #0a0a12 70%);--surface: rgba(15, 16, 28, .9);--surface-soft: rgba(20, 19, 30, .85);--surface-strong: rgba(8, 8, 14, .95);--border-subtle: rgba(255, 255, 255, .08);--shadow-soft: 0 25px 80px rgba(4, 6, 20, .45);--gold: #d4a657;--gold-soft: rgba(212, 166, 87, .25);--accent: #6b6ce8;--accent-soft: rgba(107, 108, 232, .2);--text-muted: #9ea0bd}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-gradient);color:var(--text-primary, #f4f2ff)}a{color:inherit;text-decoration:none}p{margin:0}h1,h2,h3{margin:0;font-family:var(--font-display);line-height:1.25}ol{margin:0;padding-left:1.25rem}.app-shell{min-height:100vh;background:transparent;color:#f4f2ff}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 4vw;background:var(--surface-strong);border-bottom:1px solid var(--border-subtle);box-shadow:0 15px 30px #04061473;position:sticky;top:0;z-index:10}.brand{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.12em;font-size:1rem;color:var(--gold)}.header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.admin-chip{display:flex;gap:.75rem;align-items:center;padding:.4rem .9rem;border-radius:999px;border:1px dashed rgba(255,255,255,.2);background:#ffffff0a}.admin-chip div{display:flex;flex-direction:column;line-height:1.1}.admin-chip span{color:var(--text-muted);font-size:.85rem}.admin-chip button{border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;padding:.35rem .9rem;border-radius:999px;cursor:pointer}.participant-chip{display:flex;gap:1rem;align-items:center;padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.participant-chip>div{display:flex;flex-direction:column;line-height:1.2}.participant-chip span{font-size:.85rem;color:var(--text-muted)}.participant-chip button{border:none;background:linear-gradient(120deg,#d4a6571f,#d4a65759);color:var(--gold);padding:.3rem .9rem;border-radius:999px;cursor:pointer;font-weight:600}.cta-link{border-radius:999px;padding:.45rem 1.5rem;border:1px solid var(--gold);color:var(--gold);font-weight:600;letter-spacing:.03em}main{padding:3rem 5vw 5rem;max-width:1200px;margin:0 auto}.app-shell.wide main{max-width:100%;padding:2rem 3vw 3rem}.app-shell.fullpage main{padding:0;max-width:100%;margin:0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.stack{display:flex;flex-direction:column;gap:1.1rem}.stack.gap-lg{gap:2.25rem}.card{background:var(--surface);border-radius:26px;padding:1.75rem;border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft)}.card.highlight{background:linear-gradient(140deg,#120f1ef2,#10142af2);border:1px solid rgba(255,255,255,.08)}.card.highlight h1,.card.highlight h2{color:#fff}.card ul{padding-left:1.25rem;color:var(--text-muted)}.card li{margin-bottom:.45rem}.pill{display:inline-flex;align-items:center;padding:.35rem 1rem;border-radius:999px;font-weight:600;background:var(--gold-soft);color:var(--gold);font-size:.85rem;letter-spacing:.08em}.pill-muted{background:#ffffff14;color:#fff}.form{display:grid;gap:1.1rem}.form label{font-weight:600;color:#f5f5ff;display:flex;flex-direction:column;gap:.45rem}.form input{padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#05061499;color:#fff;font-size:1rem}button,.primary,.secondary{border:none;border-radius:999px;padding:.85rem 2rem;font-weight:600;cursor:pointer;text-align:center;transition:transform .15s ease,box-shadow .15s ease}button:hover,.primary:hover,.secondary:hover{transform:translateY(-1px)}button,.primary{background:linear-gradient(120deg,#d4a657f2,#d4a657a6);color:#120f1c;box-shadow:0 10px 30px #d4a65740}.secondary{background:#ffffff12;color:#f4f2ff;border:1px solid rgba(255,255,255,.1)}.secondary.light{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.12)}.error{color:#ff6b6b;font-size:.95rem}.actions-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.actions-row.live-actions{align-items:flex-start;gap:1rem}.live-group{display:flex;flex-direction:column;gap:.35rem}.button-row{display:flex;gap:.4rem}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem 1.2rem}.grid-two .full-row{grid-column:1 / -1}.form label.checkbox{flex-direction:row;align-items:flex-start;gap:.75rem;font-weight:500;line-height:1.4}.form label.checkbox input[type=checkbox]{margin-top:.25rem}.form label.checkbox span{display:inline}.form label.checkbox .secondary{display:inline-block;padding:.25rem .75rem;font-size:.85rem;margin-left:.35rem;vertical-align:baseline}.summary{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.summary li{display:flex;justify-content:space-between;color:var(--text-muted)}.muted{color:var(--text-muted)}.small{font-size:.85rem}.participant-card{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;align-items:center}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.module-card{border-radius:32px;padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;min-height:220px;color:#fff;border:1px solid rgba(255,255,255,.15);box-shadow:0 22px 50px #0303088c}.module-card p{color:#ffffffe6}.module-card.tombola{background:linear-gradient(135deg,#d2685ee6,#a93f6df2)}.module-card.licitatie{background:linear-gradient(135deg,#3e3b6cf2,#23214af2)}.table-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-table{display:flex;flex-direction:column;gap:.6rem}.admin-table__row{display:grid;grid-template-columns:.6fr 1.5fr .8fr .8fr 1fr 1fr;gap:.75rem;align-items:center;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff08}.admin-table__row--head{font-weight:700;background:#ffffff0f}.admin-table__row.active{border-color:#d4a65759;background:#d4a65714}.admin-table__row.winner-row{border-color:#2ecc7173;background:#2ecc7114}.block{display:block}.lot-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.lot-card{border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;background:#080914cc;display:flex;flex-direction:column;min-height:320px}.lot-preview{border:none;padding:0;cursor:zoom-in;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;background:transparent;position:relative;border-radius:12px}.lot-preview:before{content:"";position:absolute;inset:6px;border-radius:16px;background:radial-gradient(circle at 50% 50%,#ffdf9d59,#0000 60%);filter:blur(8px);opacity:.7;pointer-events:none;z-index:0}.lot-preview:focus-visible{outline:2px solid var(--gold);outline-offset:4px}.lot-image{max-width:100%;max-height:100%;object-fit:contain;display:block;padding:.6rem;position:relative;z-index:1}.lot-body{padding:1.4rem;display:flex;flex-direction:column;gap:.9rem}.lot-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.2rem}.lot-author{display:block;margin-top:.25rem;color:var(--text-muted);font-size:.95rem}.lot-meta{background:#ffffff0d;border-radius:14px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem}.lot-meta span{font-size:.85rem;color:var(--text-muted)}.lot-meta strong{font-size:1.15rem}.lot-meta.sold{background:#d4a6571f;border:1px solid rgba(212,166,87,.35)}.lot-meta.sold small{font-size:.85rem;color:var(--gold)}.modal-backdrop{position:fixed;inset:0;background:#020208eb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;padding:2rem;z-index:100}.modal-content{background:var(--surface-strong);border-radius:34px;border:1px solid rgba(255,255,255,.14);width:min(1100px,95%);display:grid;grid-template-columns:minmax(320px,45%) 1fr;align-items:start;gap:2rem;box-shadow:0 30px 120px #01010abf;position:relative;overflow:hidden;max-height:90vh;overflow-y:auto}.modal-content.pay-modal{width:min(560px,92%);grid-template-columns:1fr;gap:1.25rem;padding:1.75rem;align-items:center;text-align:left}.modal-content.pay-modal .card{width:100%;max-width:100%}.modal-content.pay-modal h3{margin:0}.modal-content.pay-modal .modal-close{top:.75rem;right:.75rem}.modal-close{position:absolute;top:1rem;right:1rem;border:none;background:#ff4d4d2e;border:1px solid rgba(255,77,77,.4);color:#fff;width:38px;height:38px;border-radius:999px;cursor:pointer;font-size:1.5rem;line-height:1}.modal-close:hover{background:#ff4d4d52;border-color:#ff4d4da6}.modal-image{min-height:360px;width:100%;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#ffffff08;aspect-ratio:4 / 5;display:block;align-self:center;border-radius:24px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff14;cursor:zoom-in}.modal-body{padding:2rem 2rem 2rem 0;display:flex;flex-direction:column;gap:1rem}.modal-author{font-size:1rem;color:var(--text-muted)}.modal-price{background:#ffffff0d;border-radius:14px;padding:.85rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.modal-price strong{font-size:1.05rem}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-form label{display:flex;flex-direction:column;gap:.5rem;color:#fff;font-weight:600}.modal-form input,.modal-form textarea{border-radius:14px;border:1px solid rgba(255,255,255,.15);background:#08080ea6;padding:.85rem 1rem;color:#fff;font-size:1rem;font-family:inherit}.modal-form textarea{min-height:100px;resize:vertical}.history-modal{position:relative;width:min(1100px,96%);max-height:90vh;overflow-y:auto;background:var(--surface-strong);border:1px solid rgba(255,255,255,.12)}.history-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1rem}.history-stats{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.stat-chip{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.75rem 1rem;min-width:120px;display:flex;flex-direction:column;gap:.35rem}.stat-chip span{color:var(--text-muted);font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.stat-chip strong{font-size:1.4rem}.history-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.history-section-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.history-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.history-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#ffffff05}.history-row>div{flex:1}.history-row>div:last-child{text-align:right}.history-row small{display:block}.success{color:#3fd29b}.tombola-intent{border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1rem;background:#ffffff08}.tombola-intent .actions{margin-top:.75rem;display:flex;gap:.75rem;flex-wrap:wrap}.tombola-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tombola-list li{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.tombola-list li.winner{border-color:#2ecc7173;background:#2ecc7114}.tombola-list .code-line{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.tombola-list span{color:var(--text-muted);font-size:.9rem}@media(max-width:720px){.app-header{flex-direction:column;gap:1rem}.participant-chip,.cta-link{width:100%;justify-content:center;text-align:center}.modal-content{grid-template-columns:1fr;gap:1rem;padding:1.25rem;width:100%;border-radius:22px}.admin-table__row,.grid-two{grid-template-columns:1fr}.modal-body{padding:0}.modal-close{top:.75rem;right:.75rem}.modal-image{min-height:220px;max-height:50vh;aspect-ratio:3 / 4;border-radius:18px}}.lightbox{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:200;cursor:zoom-out}.lightbox img{display:block;max-width:90vw;max-height:90vh;object-fit:contain;border-radius:16px;box-shadow:0 20px 80px #00000080}.tabs{display:flex;gap:.5rem;padding:.5rem;background:#ffffff08;border-radius:16px;flex-wrap:wrap}.tab{flex:1;min-width:120px;padding:.75rem 1.5rem;border:none;background:transparent;color:var(--text-muted);border-radius:12px;cursor:pointer;font-weight:600;transition:all .2s ease}.tab:hover{background:#ffffff0d;color:#fff}.tab.active{background:linear-gradient(120deg,#d4a65733,#d4a6571a);color:var(--gold);border:1px solid rgba(212,166,87,.3)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.75rem;font-weight:700;color:var(--gold)}.pill-success{display:inline-flex;padding:.25rem .75rem;border-radius:999px;background:#3fd29b26;color:#3fd29b;font-size:.85rem;font-weight:600}.pill-warning{display:inline-flex;padding:.25rem .75rem;border-radius:999px;background:#ffc10726;color:#ffc107;font-size:.85rem;font-weight:600}.pill-error{display:inline-flex;padding:.25rem .75rem;border-radius:999px;background:#ff6b6b26;color:#ff6b6b;font-size:.85rem;font-weight:600}@media(max-width:1024px){.admin-table__row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.history-header,.history-row{flex-direction:column}.history-row>div:last-child{text-align:left}}@media(max-width:720px){body{font-size:.7rem}.tabs{flex-direction:column}.tab{width:100%}.stats-grid{grid-template-columns:1fr}.staff-link{display:none}.app-header{padding:.6rem 3vw}.brand{font-size:.65rem}.card{border-radius:14px;padding:.7rem}h1{font-size:.95rem}h2{font-size:.8rem}.modal-content{width:min(92vw,520px);padding:.9rem}.live-price-value{font-size:1.15rem}.live-price-section{gap:.35rem}.live-price-card{padding:.55rem .7rem;gap:.2rem}.modal-price{padding:.45rem .6rem}.modal-price strong{font-size:.9rem}.metrics{gap:6px;padding:8px}.actions-row{gap:4px;margin-bottom:0}.muted.small{margin-top:2px}.button,button,.secondary,.primary{font-size:.65rem;padding:.35rem .6rem}}.live-auction{min-height:100vh;background:linear-gradient(135deg,#0a0b14,#1a1b2e);color:#fff;display:flex;flex-direction:column;padding:2rem 3vw;align-items:center;overflow:hidden}.live-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(212,166,87,.3);width:100%;max-width:1800px}.live-logo{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:.1em;color:var(--gold);text-transform:uppercase}.live-status{display:flex;align-items:center;gap:.75rem;padding:.5rem 1.5rem;background:#ff000026;border:2px solid rgba(255,0,0,.5);border-radius:999px;font-weight:700;letter-spacing:.1em}.live-indicator{width:12px;height:12px;background:red;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.live-content{flex:1;display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;max-width:1800px;margin:0 auto;width:100%}.live-image-container{display:flex;align-items:center;justify-content:center;background:transparent;border-radius:24px;padding:3rem;border:none;min-height:60vh}.live-image{width:100%;max-height:80vh;object-fit:contain;border-radius:16px;box-shadow:0 20px 60px #00000080}.live-info{display:grid;grid-template-rows:auto minmax(260px,1fr) auto;row-gap:1.25rem;min-height:70vh}.live-info-top{display:flex;flex-direction:column;gap:.75rem}.live-lot-code{display:inline-block;padding:.5rem 1.5rem;background:#d4a65726;border:1px solid rgba(212,166,87,.4);border-radius:999px;color:var(--gold);font-weight:700;letter-spacing:.1em;font-size:.9rem;width:fit-content}.live-title{font-size:3rem;font-weight:700;line-height:1.2;margin:0}.live-author{font-size:1.25rem;color:#ffffffb3;margin:0}.live-price-section{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:440px;justify-content:center;justify-self:center;align-self:center;grid-row:2}.live-price-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:18px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.live-price-card.base .live-price-value{font-size:2.1rem;color:#ffffffb3}.live-price-card.highlight .live-price-value{font-size:1.85rem}.live-price-card.sold{margin-top:.4rem}.live-price-card.sold .live-price-value{font-size:1.6rem}.live-price-card.highlight{background:linear-gradient(135deg,#d4a65733,#d4a6571a);border-color:#d4a65780}.live-price-card.sold{background:linear-gradient(135deg,#3fd29b33,#3fd29b1a);border-color:#3fd29b80}.live-price-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#fff9;font-weight:600}.live-price-value{font-size:2rem;font-weight:700;color:var(--gold)}.live-price-card .muted.small{font-size:.95rem;color:#fffc}.live-price-card.sold .live-price-value{color:#3fd29b}.live-bidder{font-size:1rem;color:#fffc;font-weight:600}.live-description{font-size:1.1rem;line-height:1.6;color:#fffc;margin:0}.live-navigation{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.live-nav-btn{padding:1rem 2rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.live-nav-btn:hover{background:#d4a65733;border-color:#d4a65780;transform:translateY(-2px)}.live-counter{font-size:1.25rem;font-weight:700;color:var(--gold);padding:.75rem 2rem;background:#d4a6571a;border-radius:999px;border:1px solid rgba(212,166,87,.3)}.live-tombola{display:flex;flex-direction:column;gap:1rem}.live-tombola__hero{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#ffd78026,#6384ff26);border-radius:18px}.live-tombola__hero h1{margin:.4rem 0}.live-tombola__winner{position:relative;padding:2rem;border-radius:18px;background:radial-gradient(circle at 20% 20%,#2ecc7126,#ffffff05);border:1px solid rgba(46,204,113,.35);box-shadow:0 10px 30px #00000059}.live-tombola__winner.flash{animation:pulse .8s ease-in-out 3}.live-tombola__winner .code{font-size:1.2rem;font-weight:700}.live-tombola__winner .prize{margin-top:.75rem;font-size:1.1rem;font-weight:600}.live-tombola__winner .time{margin-top:.5rem;color:var(--text-muted)}.live-tombola__list{display:flex;flex-direction:column;gap:.6rem}.live-tombola__row{display:grid;grid-template-columns:.5fr 1.2fr 1fr 1fr;gap:.75rem;align-items:center;padding:.9rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff05}.live-tombola__row strong{display:block}.tombola-overlay{position:fixed;inset:0;background:radial-gradient(circle at 20% 20%,#ffd78026,#080a14d9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.overlay-content{text-align:center;color:#fff;max-width:720px;width:100%}.countdown-number{font-size:6rem;font-weight:800;color:gold;text-shadow:0 0 24px rgba(255,215,0,.6);animation:pop .8s ease}.rolling{display:flex;flex-direction:column;align-items:center;gap:1rem}.rolling-window{overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.15);background:#00000059;width:min(540px,90vw);height:200px;position:relative;display:flex;align-items:center;justify-content:center}.rolling-list{display:flex;flex-direction:column;gap:0;animation:roll-codes 2s linear infinite;will-change:transform}.rolling-code{font-family:Courier New,monospace;font-size:1.8rem;color:gold;letter-spacing:.12em;text-align:center;padding:1.5rem 1rem;min-height:80px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,215,0,.1);text-shadow:0 0 10px rgba(255,215,0,.5)}.rolling-code:last-child{border-bottom:none}.overlay-reveal .ticket-code-main{font-size:3rem}@keyframes roll-codes{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes pop{0%{transform:scale(.3);opacity:0}60%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 10px 30px #2ecc7126}50%{transform:scale(1.02);box-shadow:0 10px 40px #2ecc7159}to{transform:scale(1);box-shadow:0 10px 30px #2ecc7126}}.control-panel{background:var(--surface-strong);border-radius:28px;padding:1.5rem;border:1px solid rgba(255,255,255,.12);width:min(900px,96%);max-height:90vh;overflow-y:auto;position:relative;display:grid;gap:1rem}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.panel-actions{display:flex;gap:.5rem}.panel-section{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1rem;background:#ffffff05;display:grid;gap:.75rem}.panel-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.panel-actions-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.actions-row button+button{margin-left:.5rem}.live-loading,.live-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;gap:1rem}.live-empty h1{font-size:2.5rem;margin:0}.live-empty p{font-size:1.25rem;color:#fff9}@media(max-width:1024px){.live-content{grid-template-columns:1fr;gap:2rem}.live-title,.live-price-value{font-size:2rem}.live-image-container{min-height:auto;padding:2rem}.panel-head{flex-direction:column}.panel-actions{width:100%;justify-content:flex-start}}@media(max-width:720px){.live-auction{padding:1rem}.live-header{flex-direction:column;gap:1rem;text-align:center}.live-logo{font-size:1.1rem}.live-title{font-size:1.75rem}.live-navigation{flex-direction:column;gap:1rem}.live-nav-btn,.control-panel{width:100%}.panel-actions{flex-direction:column}.panel-actions .live-nav-btn{width:100%}}.tombola-container{min-height:100vh;background:linear-gradient(135deg,#0a0b14,#1a1b2e,#2a1b3d);position:relative;overflow:hidden}.tombola-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(212,166,87,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(138,43,226,.08) 0%,transparent 50%);pointer-events:none;animation:backgroundPulse 10s ease-in-out infinite}@keyframes backgroundPulse{0%,to{opacity:.5}50%{opacity:.8}}.tombola-layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;padding:1.5rem;max-width:1400px;margin:0 auto;min-height:100vh;position:relative;z-index:1}.tombola-main{display:flex;flex-direction:column;gap:1.5rem}.tombola-header{text-align:center;padding:1.5rem;background:#ffffff08;border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tombola-header h1{margin:.75rem 0 0;font-size:2rem;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tombola-drawing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem;background:#ffffff05;border-radius:20px;border:1px solid rgba(255,255,255,.08)}.drum-container{position:relative;width:250px;height:250px;margin-bottom:1.5rem}.drum{position:relative;width:100%;height:100%;animation:rotateDrum 3s linear infinite;transform-style:preserve-3d}@keyframes rotateDrum{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drum-ball{position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;background:linear-gradient(135deg,gold,orange);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#000;box-shadow:0 4px 15px #ffd70080;animation:ballFloat 2s ease-in-out infinite}@keyframes ballFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.drawing-text{font-size:1.25rem;font-weight:600;color:var(--gold);animation:textPulse 1.5s ease-in-out infinite}@keyframes textPulse{0%,to{opacity:1}50%{opacity:.5}}.winner-display{background:linear-gradient(135deg,#d4a65726,#8a2be21a);border:2px solid rgba(212,166,87,.3);border-radius:32px;padding:4rem;min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;position:relative;overflow:hidden;animation:slideIn .6s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.winner-display.celebrating{animation:celebrate .8s ease-in-out}@keyframes celebrate{0%,to{transform:scale(1)}25%{transform:scale(1.02) rotate(-1deg)}75%{transform:scale(1.02) rotate(1deg)}}.winner-display:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,215,0,.1) 0%,transparent 70%);animation:rotateGlow 8s linear infinite}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.winner-badge{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;position:relative;z-index:1}.badge-icon{font-size:3rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.badge-text{font-size:1.5rem;font-weight:700;letter-spacing:.2em;color:var(--gold);text-shadow:0 0 20px rgba(255,215,0,.5)}.winner-info{text-align:center;margin-bottom:1.5rem;position:relative;z-index:1}.draw-number{font-size:.9rem;color:var(--text-muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em}.winner-name{font-size:2.5rem;font-weight:700;margin:.75rem 0;background:linear-gradient(135deg,gold,orange,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite;background-size:200% auto}@keyframes shimmer{0%,to{background-position:0% center}50%{background-position:100% center}}.winner-ticket{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1rem 0;padding:.75rem 1.5rem;background:#ffffff0d;border-radius:14px;border:1px solid rgba(255,255,255,.1)}.ticket-label{font-size:.9rem;color:var(--text-muted)}.ticket-code{font-size:1.5rem;font-weight:700;color:#fff;font-family:Courier New,monospace;letter-spacing:.1em}.ticket-code-main{font-size:2.5rem;font-weight:900;color:var(--gold);text-shadow:0 0 30px rgba(255,215,0,.6);letter-spacing:.15em}.winner-prize{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#ffd70033,#ffa0001a);border-radius:16px;border:2px solid rgba(255,215,0,.3)}.prize-icon{font-size:1.5rem}.prize-text{font-size:1.25rem;font-weight:600;color:var(--gold)}.winner-details{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:var(--text-muted);position:relative;z-index:1}.draw-time{display:flex;align-items:center;gap:.5rem}.time-icon{font-size:1.2rem}.tombola-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:2rem;background:#ffffff05;border-radius:20px;border:1px solid rgba(255,255,255,.08)}.empty-icon{font-size:4rem;margin-bottom:1rem;animation:rotate 4s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tombola-empty h2{font-size:1.75rem;margin-bottom:.75rem;color:var(--gold)}.tombola-empty p{font-size:1rem;color:var(--text-muted)}.tombola-sidebar{background:#ffffff08;border-radius:20px;border:1px solid rgba(255,255,255,.1);padding:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;max-height:calc(100vh - 3rem);position:sticky;top:1.5rem}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h3{font-size:1.1rem;margin:0;color:var(--gold)}.history-count{font-size:.9rem;color:var(--text-muted);background:#ffffff0d;padding:.25rem .75rem;border-radius:999px}.history-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-right:.5rem}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.history-list::-webkit-scrollbar-thumb{background:#d4a6574d;border-radius:3px}.history-list::-webkit-scrollbar-thumb:hover{background:#d4a65780}.history-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:.85rem;display:flex;flex-direction:column;gap:.4rem;transition:all .3s ease;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.history-item:hover{background:#ffffff14;border-color:#d4a6574d;transform:translate(-4px)}.history-item.latest{background:linear-gradient(135deg,#d4a65726,#8a2be21a);border-color:#d4a65766}.history-header{display:flex;justify-content:space-between;align-items:center}.history-number{font-weight:700;color:var(--gold);font-size:.9rem}.latest-badge{background:linear-gradient(135deg,gold,orange);color:#000;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;animation:pulse 2s ease-in-out infinite}.history-winner{display:flex;flex-direction:column;gap:.25rem}.history-winner strong{font-size:1rem;color:#fff}.history-ticket{font-size:.85rem;color:var(--text-muted);font-family:Courier New,monospace}.history-prize{font-size:.9rem;color:var(--gold);font-weight:600}.history-time{font-size:.8rem;color:var(--text-muted);text-align:right}.history-empty{display:flex;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:var(--text-muted)}.confetti-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1000;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;top:-10px;opacity:0;animation:confettiFall 3s linear forwards}@keyframes confettiFall{0%{top:-10px;opacity:1;transform:translate(0) rotate(0)}to{top:100vh;opacity:0;transform:translate(100px) rotate(720deg)}}@media(max-width:1200px){.tombola-layout{grid-template-columns:1fr 280px;gap:1.25rem}.winner-name{font-size:2rem}}@media(max-width:968px){.tombola-layout{grid-template-columns:1fr;padding:1rem}.tombola-sidebar{position:relative;top:0;max-height:500px}.tombola-header h1,.winner-name{font-size:2rem}.ticket-code{font-size:1.4rem}.prize-text{font-size:1.2rem}.winner-details{flex-direction:column;gap:.5rem;text-align:center}.drum-container{width:200px;height:200px}.drum-ball{width:45px;height:45px;margin:-22.5px 0 0 -22.5px;font-size:1rem}}@media(max-width:640px){.tombola-header h1{font-size:1.5rem}.winner-display{padding:2rem 1.5rem}.winner-name{font-size:1.75rem}.badge-icon{font-size:2rem}.badge-text{font-size:1.2rem}.winner-ticket{flex-direction:column;gap:.5rem}.ticket-code{font-size:1.2rem}.prize-text{font-size:1rem}.history-item{padding:.75rem}}.prize-preview{display:flex;gap:1.5rem;padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin:1rem 0}.prize-preview-image{width:120px;height:120px;object-fit:cover;border-radius:12px;border:2px solid rgba(212,166,87,.3)}.prize-preview-placeholder{width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff08;border:2px dashed rgba(255,255,255,.2);border-radius:12px;font-size:2rem}.prize-preview-placeholder p{font-size:.85rem;color:var(--text-muted);margin-top:.5rem}.prize-preview-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.prize-preview-info strong{font-size:1.2rem;color:var(--gold)}.prize-thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;margin-right:.5rem;border:1px solid rgba(212,166,87,.3)}.winner-prize-image{width:100%;max-width:400px;margin:1.5rem auto;border-radius:20px;overflow:hidden;border:3px solid rgba(212,166,87,.4);box-shadow:0 10px 40px #d4a65733}.winner-prize-image img{width:100%;height:auto;display:block}.history-prize-image{width:100%;margin:.5rem 0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.history-prize-image img{width:100%;height:auto;display:block}.staff-shell{display:grid;grid-template-columns:280px 1fr 360px;gap:14px;align-items:start;font-size:.95rem;padding:18px;min-height:calc(100vh - 72px);overflow-x:hidden;width:min(1400px,100%);margin:0 auto}.staff-shell--three{grid-template-columns:280px 1fr 360px}.staff-nav{position:sticky;top:20px;align-self:start;background:var(--surface);border:1px solid var(--border-subtle);border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:11px;grid-column:1;height:fit-content;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden;min-width:0}.staff-nav h2{margin:0 0 6px;font-family:var(--font-display);font-size:1.05rem;font-weight:700}.staff-nav .pill{display:inline-block;width:fit-content;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.staff-nav p.muted{margin:0;padding:0 0 8px;border-bottom:1px solid var(--border-subtle);font-size:.82rem;line-height:1.4}.staff-shell h1{font-size:1.35rem;margin:0 0 10px;font-weight:700;letter-spacing:-.3px}.staff-shell h2{font-size:1.1rem;margin:0 0 12px;font-weight:700;color:var(--text-primary)}.staff-shell p{font-size:.92rem;margin:0 0 14px;color:var(--text-secondary);line-height:1.5}.staff-shell .card{padding:18px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--surface);display:flex;flex-direction:column;gap:12px}.staff-tab{border:1px solid rgba(255,255,255,.12);background:#ffffff05;color:inherit;padding:11px 13px;border-radius:10px;text-align:left;cursor:pointer;font-size:.88rem;transition:all .2s ease;width:100%;font-weight:500}.staff-tab:hover{background:#ffffff0f;border-color:#ffffff40}.staff-tab.active{background:var(--gold);color:#0b0c13;border-color:var(--gold);font-weight:600}.staff-content{display:grid;gap:14px;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden;width:100%;grid-column:2 / span 1;padding-right:2px;min-width:0}.staff-content::-webkit-scrollbar{width:5px}.staff-content::-webkit-scrollbar-track{background:transparent}.staff-content::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:2px}.staff-content::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.staff-detail{display:grid;gap:14px;width:100%;grid-column:3;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden;padding-right:2px;max-width:360px;min-width:0}.staff-detail::-webkit-scrollbar{width:5px}.staff-detail::-webkit-scrollbar-track{background:transparent}.staff-detail::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:2px}.staff-detail::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.staff-detail .card{width:100%;max-width:100%;min-width:0}.staff-preview-frame{width:100%;height:90px;border-radius:8px;overflow:hidden;background:#0a0b14;border:1px solid var(--border-subtle);display:flex;align-items:flex-start}.staff-preview iframe{width:1280px;height:720px;border:0;transform:scale(.11);transform-origin:top left;pointer-events:none}.staff-preview{align-self:start;width:100%;max-width:100%}.staff-detail .actions-row,.staff-preview .actions-row{justify-content:flex-start}.staff-detail .actions-row button,.staff-preview .actions-row button{max-width:100%;white-space:normal}.staff-preview .card{padding:12px;gap:8px}.staff-preview .card{padding:16px}.staff-preview{display:none}.staff-preview-floating{position:fixed;left:20px;bottom:20px;width:360px;background:#0a0b14e6;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px;z-index:999;box-shadow:0 18px 40px #00000073;display:grid;gap:8px}.staff-preview-floating__head{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.78rem;color:var(--text-secondary)}.staff-preview-floating__head button{border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;padding:.2rem .5rem;border-radius:999px;font-size:.72rem;cursor:pointer}.staff-preview-floating .staff-preview-frame{width:100%;height:202px;border-radius:10px;overflow:hidden;display:flex;align-items:flex-start;justify-content:flex-start}.staff-preview-floating .staff-preview-viewport{width:1280px;height:720px;transform:scale(.28125);transform-origin:top left}.staff-preview-floating .staff-preview-frame iframe{width:1280px;height:720px;border:0;display:block}.staff-shell .list{display:flex;flex-direction:column;gap:11px}.list-item{display:flex;justify-content:space-between;align-items:flex-start;padding:13px 15px;background:#ffffff08;border:1px solid var(--border-subtle);border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.88rem;min-height:58px}.list-item:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px)}.list-item.active{background:#d8a94526;border-color:var(--gold);box-shadow:0 0 12px #d8a9451a}.list-item div{display:flex;flex-direction:column;gap:4px;flex:1}.list-item strong{color:#f7f6ff;font-weight:700;font-size:.96rem;text-shadow:0 1px 10px rgba(0,0,0,.45)}.list-item span{color:#f0f2ffb3;font-size:.82rem}.list-item .reorder-actions{display:flex;gap:6px;align-items:center}.list-item .reorder-actions button{padding:.35rem .6rem;font-size:.85rem;border-radius:10px}.list-item.dragging{opacity:.6}.list-item.drag-over{border-color:var(--gold);background:#d8a9452e}.list-item .drag-hint{color:#ffffff80;font-size:1rem;padding:0 .35rem}.staff-group-header{display:flex;align-items:center;gap:.6rem;margin:.35rem 0 .2rem;color:var(--gold);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.staff-group-header:before,.staff-group-header:after{content:"";flex:1;height:1px;background:#d8a94559}.actions-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;flex-wrap:wrap;gap:11px}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0;padding:14px;background:#d8a9451a;border-radius:11px;border:1px solid rgba(216,169,69,.3)}.metrics div{display:flex;flex-direction:column;gap:5px;padding:0}.metrics span{font-size:.76rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.35px;font-weight:600}.metrics strong{font-size:1.15rem;color:var(--gold);font-weight:750;word-break:break-word}.muted{color:var(--text-secondary)!important;font-size:.88rem;margin:10px 0;line-height:1.5}.muted.small{font-size:.78rem}.stack>.actions-row:first-child{margin-bottom:0}.stack{display:flex;flex-direction:column;gap:12px}.form-grid{display:grid;grid-template-columns:1fr;gap:11px}.form-grid input,.form-grid select,.form-grid textarea{padding:9px 13px;background:#ffffff08;border:1px solid var(--border-subtle);border-radius:8px;color:var(--text-primary);font-size:.88rem;font-family:inherit;transition:all .2s ease}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:none;background:#ffffff0f;border-color:var(--gold);box-shadow:0 0 8px #d8a94533}button.primary{background:var(--gold);color:#0b0c13;border:none;padding:11px 22px;border-radius:10px;font-weight:650;cursor:pointer;font-size:.93rem;transition:all .2s ease;min-width:140px}button.primary:hover{background:#f5d547;transform:translateY(-1px);box-shadow:0 4px 12px #d8a9454d}button.ghost{background:transparent;border:1px solid var(--border-subtle);color:inherit;padding:9px 18px;border-radius:10px;cursor:pointer;font-size:.87rem;transition:all .2s ease;font-weight:500}button.ghost:hover{background:#ffffff0f;border-color:var(--gold);color:var(--gold)}@media(max-width:1400px){.staff-shell{grid-template-columns:280px 1fr 360px}.staff-content{grid-column:2 / span 1}.staff-detail{grid-column:3 / span 1}}@media(max-width:1024px){.staff-shell,.staff-shell--three{grid-template-columns:1fr 1fr;gap:16px}.staff-nav{position:static;grid-column:1 / span 2}.staff-nav,.staff-content,.staff-detail{grid-column:auto}.staff-content,.staff-detail{max-height:none;overflow:visible}}@media(max-width:768px){.staff-shell{grid-template-columns:1fr}.staff-nav{position:sticky;top:0;z-index:10;grid-column:auto}.staff-content,.staff-detail{grid-column:auto;max-height:none;overflow:visible}.metrics{grid-template-columns:1fr}.actions-row{flex-direction:column}.staff-tab{width:100%}}
