*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}button,input{font-family:Inter,sans-serif}body{font-family:Inter,sans-serif;background:#0a0a0e;color:#fdf6e8}:root{--gold: #C4860A;--gold-lt: #DFA010;--saffron: #D4580A;--text: #FDF6E8;--muted: #7A6A50;--line: rgba(196, 134, 10, .15);--panel: #0E0D14}.live-waiting{width:100vw;height:100vh;background:#0a0a0e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.live-waiting-lotus{font-size:3rem;opacity:.3;color:var(--gold)}.live-waiting-text{font-size:.75rem;letter-spacing:.35em;text-transform:uppercase;color:#c4860a59}.live-root{width:100vw;height:100vh;display:flex;overflow:hidden;transition:opacity .75s ease-in-out}.live-root--fading{opacity:0}.live-image-zone{flex:0 0 58%;position:relative;overflow:hidden;background-size:cover;background-position:center;background-color:#050505}.live-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1;animation:kenburns 8.5s ease-out forwards}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.04)}}.live-info-zone{flex:1;background:var(--panel);display:flex;flex-direction:column;padding:2.8rem 3.2rem 2.2rem;overflow:hidden;min-width:0;position:relative;box-shadow:-110px 0 90px var(--panel)}.live-info-zone:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 10% 90%,rgba(var(--theme-rgb),.12) 0%,transparent 45%),radial-gradient(ellipse at 90% 10%,rgba(var(--theme-rgb),.07) 0%,transparent 40%),radial-gradient(ellipse at 50% 50%,rgba(var(--theme-rgb),.04) 0%,transparent 55%);pointer-events:none;z-index:0;transition:background .75s ease}.live-info-zone:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none;z-index:0}.live-brand-bar,.live-content,.live-progress-bar{position:relative;z-index:1}.live-brand-bar{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-bottom:0;padding-bottom:2rem;border-bottom:1px solid var(--line)}.live-brand-logo{max-height:46px;max-width:130px;object-fit:contain;flex-shrink:0}.live-brand-center{flex:1;text-align:center;padding:0 1rem}.live-brand-title{font-size:.62rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);line-height:1.5;margin-bottom:.2rem}.live-brand-sub{font-size:.52rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted)}.live-content{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0;padding:2rem 0;position:relative;z-index:1}.live-theme-text{font-size:1.05rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;line-height:1.6;margin-bottom:1.2rem}.live-rule{height:1px;background:var(--line);margin-bottom:2rem}.live-created-label{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem}.live-creator-name{font-family:Montserrat,sans-serif;font-size:clamp(3rem,4vw,4.8rem);font-weight:700;line-height:1.06;color:var(--text);margin-bottom:1.4rem;letter-spacing:-.01em}.live-creator-town{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:500;color:var(--gold);margin-bottom:2.4rem}.live-creator-town svg{flex-shrink:0;width:18px;height:18px;color:var(--saffron)}.live-rule-bottom{height:1px;background:var(--line);margin-bottom:1.8rem}.live-inspiration{border-left:3px solid rgba(var(--theme-rgb),.65);padding-left:1.3rem;transition:border-color .75s ease}.live-inspiration-label{font-size:.58rem;letter-spacing:.34em;text-transform:uppercase;font-weight:500;color:rgba(var(--theme-rgb),.85);margin-bottom:.55rem;transition:color .75s ease}.live-tagline{font-family:Playfair Display,serif;font-size:1.15rem;color:#fdf6e8cc;line-height:1.8;font-style:italic;display:-webkit-box;-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.live-tagline:before{content:"“";display:block;font-family:Playfair Display,serif;font-style:normal;font-size:3.8rem;line-height:.75;color:rgba(var(--theme-rgb),.45);margin-bottom:.3rem}.live-tagline:after{content:"”";display:block;font-family:Playfair Display,serif;font-style:normal;font-size:3.8rem;line-height:.75;color:rgba(var(--theme-rgb),.45);margin-top:.3rem;text-align:right}.live-progress-bar{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding-top:1.8rem;border-top:1px solid var(--line)}.live-progress-track{width:160px;height:2px;background:#c4860a1a;border-radius:1px;overflow:hidden}.live-progress-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-lt));animation:prog var(--slide-dur, 8s) linear forwards}@keyframes prog{0%{width:0}to{width:100%}}.a-root{min-height:100vh;background:#f0ece6;font-family:Inter,sans-serif;color:#1c1a17}.a-header{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:60px;background:#fff;border-bottom:1px solid #e8e3dc;position:sticky;top:0;z-index:10;box-shadow:0 1px 4px #0000000d}.a-header-left{display:flex;align-items:center;gap:.75rem}.a-header-logo{max-height:32px;max-width:110px;object-fit:contain}.a-header-divider{width:1px;height:22px;background:#e0dbd4}.a-header-title{display:flex;align-items:center;gap:.5rem}.a-header-title-main{font-size:.9rem;font-weight:600;color:#1c1a17}.a-header-title-badge{font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:#fdf3e0;color:#b07d10;border:1px solid #f0d9a0;padding:.15rem .5rem;border-radius:4px}.a-header-right{display:flex;align-items:center;gap:.5rem}.a-btn-outline{font-size:.75rem;font-weight:500;font-family:Inter,sans-serif;color:#c9921a;border:1px solid #e8c97a;background:#fdf8ee;padding:.38rem .85rem;border-radius:6px;text-decoration:none;transition:all .15s;cursor:pointer}.a-btn-outline:hover{background:#fdf0d4;border-color:#c9921a}.a-btn-ghost{font-size:.75rem;font-weight:400;font-family:Inter,sans-serif;color:#8c857c;border:1px solid #e0dbd4;background:transparent;padding:.38rem .85rem;border-radius:6px;cursor:pointer;text-decoration:none;transition:all .15s}.a-btn-ghost:hover{background:#f5f1ec;color:#1c1a17;border-color:#ccc7be}.a-btn-ghost-sm{font-size:.72rem;color:#9c9590;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;padding:0;transition:color .15s}.a-btn-ghost-sm:hover{color:#c0392b}.a-body{padding:2rem;max-width:1080px;margin:0 auto}.a-card{background:#fff;border:1px solid #e8e3dc;border-radius:12px;padding:1.75rem 2rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.a-card-head{margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #f0ece6}.a-card-title{font-size:1rem;font-weight:600;color:#1c1a17;display:flex;align-items:center;gap:.6rem;margin-bottom:.35rem}.a-badge{font-size:.65rem;font-weight:600;background:#fdf3e0;color:#b07d10;border:1px solid #f0d9a0;padding:.15rem .55rem;border-radius:10px}.a-card-desc{font-size:.8rem;color:#7a746c;line-height:1.5}.a-form-grid{display:grid;grid-template-columns:240px 1fr;gap:1.75rem;align-items:start}@media (max-width: 680px){.a-form-grid{grid-template-columns:1fr}}.a-dropzone{border:1.5px dashed #d4cec6;border-radius:10px;cursor:pointer;position:relative;min-height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s,background .2s;background:#faf8f5}.a-dropzone:hover,.a-dropzone--over{border-color:#c9921a;background:#fdf8f0}.a-dropzone-empty{text-align:center;padding:1.5rem;pointer-events:none}.a-dropzone-icon{width:44px;height:44px;border-radius:10px;background:#f0ece6;border:1px solid #e0dbd4;display:flex;align-items:center;justify-content:center;color:#a09890;margin:0 auto .85rem}.a-dropzone-hint{font-size:.82rem;font-weight:500;color:#4a4540;margin-bottom:.3rem}.a-dropzone-sub{font-size:.7rem;color:#9c9590}.a-preview{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.a-fields-col{display:flex;flex-direction:column;gap:1.1rem}.a-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 500px){.a-row-2{grid-template-columns:1fr}}.a-field-label{display:block;font-size:.75rem;font-weight:600;color:#3a3530;margin-bottom:.35rem;letter-spacing:.01em}.a-required{color:#c0392b}.a-field-hint{font-size:.68rem;color:#9c9590;margin-top:.3rem;line-height:1.4}.a-input{width:100%;background:#faf8f5;border:1px solid #ddd8d0;border-radius:7px;padding:.6rem .85rem;color:#1c1a17;font-size:.875rem;font-family:Inter,sans-serif;line-height:1.4;transition:border-color .15s,box-shadow .15s}.a-input::placeholder{color:#b0a9a0}.a-input:focus{outline:none;border-color:#c9921a;box-shadow:0 0 0 3px #c9921a1a}.a-textarea{resize:vertical;min-height:100px}.a-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23a09890' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.4rem}.a-submit-row{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.25rem}.a-submit-hint{font-size:.72rem;color:#a09890}.a-btn-primary{background:#c9921a;color:#fff;border:none;border-radius:7px;padding:.65rem 1.5rem;font-size:.85rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:background .15s,transform .1s;white-space:nowrap}.a-btn-primary:hover{background:#b07d10}.a-btn-primary:active{transform:translateY(1px)}.a-btn-primary:disabled{background:#d4cec6;color:#a09890;cursor:not-allowed;transform:none}.a-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:1rem}.a-entry-card{background:#faf8f5;border:1px solid #e8e3dc;border-radius:9px;overflow:hidden;transition:box-shadow .15s,border-color .15s}.a-entry-card:hover{border-color:#d4cec6;box-shadow:0 4px 12px #00000012}.a-entry-thumb{width:100%;height:120px;object-fit:cover;display:block}.a-entry-body{padding:.65rem}.a-entry-name{font-size:.8rem;font-weight:600;color:#1c1a17;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.a-entry-town{font-size:.68rem;color:#b07d10;margin-bottom:.25rem}.a-entry-theme{font-size:.62rem;color:#9c9590;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.a-delete-btn{width:100%;background:none;border:1px solid #e8e3dc;color:#9c9590;padding:.3rem;border-radius:5px;cursor:pointer;font-size:.68rem;font-family:Inter,sans-serif;transition:all .15s}.a-delete-btn:hover{border-color:#e8a09a;color:#c0392b;background:#fdf2f2}.a-login-bg{min-height:100vh;background:linear-gradient(145deg,#f5f0e8,#ede6da);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.a-login-card{background:#fff;border:1px solid #e8e3dc;border-radius:16px;padding:2.5rem 2rem;width:380px;text-align:center;box-shadow:0 4px 24px #00000014}.a-login-logo{max-height:40px;max-width:140px;object-fit:contain;margin-bottom:1.5rem}.a-login-title{font-size:1.15rem;font-weight:700;color:#1c1a17;margin-bottom:.3rem}.a-login-sub{font-size:.75rem;color:#7a746c;margin-bottom:2rem;line-height:1.5}.a-login-form{text-align:left;display:flex;flex-direction:column;gap:.75rem}.a-login-form .a-btn-primary{margin-top:.5rem;width:100%}.a-login-sub a,.a-login-sub *{color:inherit!important;text-decoration:none!important;pointer-events:none}.a-login-error{font-size:.72rem;color:#c0392b;margin-bottom:.75rem;background:#fdf2f2;border:1px solid #f5c6c6;padding:.5rem .75rem;border-radius:6px}.a-toast{position:fixed;bottom:1.5rem;right:1.5rem;background:#fff;border:1px solid #e8e3dc;border-radius:8px;padding:.75rem 1.1rem;font-size:.8rem;color:#1c1a17;z-index:100;animation:toastIn .2s ease;box-shadow:0 4px 16px #0000001a}.a-toast--success{border-left:3px solid #4caf7d}.a-toast--error{border-left:3px solid #c0392b}@keyframes toastIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
