/* Home routes stay concise: three public destinations, organizer controls below. */
.legacy-home .home-route-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:28px 0 22px}.legacy-home .home-route{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0 16px;border:1px solid rgba(255,255,255,.18);background:rgba(4,17,29,.7);color:#eff7fa;font-size:16px;font-weight:900;text-decoration:none;backdrop-filter:blur(10px);transition:transform .2s ease,border-color .2s ease,background .2s ease}.legacy-home .home-route span{font-size:20px}.legacy-home .home-route:hover{border-color:rgba(184,248,61,.72);background:rgba(184,248,61,.1);transform:translateY(-2px)}.legacy-home .home-route-primary{border-color:var(--lime);background:var(--lime);color:#07111a;box-shadow:0 10px 28px rgba(200,255,79,.16)}.legacy-home .home-route-primary:hover{background:#d0ff65;color:#07111a}.home-event-tools{position:absolute;right:clamp(24px,2.4vw,52px);bottom:clamp(24px,4vh,54px);z-index:6;display:flex;gap:8px}.home-event-tool{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid rgba(255,255,255,.18);background:rgba(4,17,29,.78);color:#dbe9ef;font-size:14px;font-weight:850;text-decoration:none;cursor:pointer;backdrop-filter:blur(12px);transition:border-color .2s ease,background .2s ease,color .2s ease}.home-event-tool:hover{border-color:rgba(184,248,61,.7);background:rgba(184,248,61,.1);color:#f6ffec}.home-event-create{border-color:var(--lime);background:var(--lime);color:#0b1b0b}.home-event-create:hover{background:#d0ff65;color:#07111a}.home-history-dialog{width:min(560px,calc(100vw - 40px));padding:22px;border:1px solid rgba(184,248,61,.48);background:linear-gradient(145deg,#10293b,#07121e);color:#eef7fb;box-shadow:0 28px 90px rgba(0,0,0,.6)}.home-history-dialog::backdrop{background:rgba(0,0,0,.7)}.home-history-dialog header{display:flex;align-items:start;justify-content:space-between;gap:18px;padding-bottom:15px;border-bottom:1px solid rgba(164,208,230,.18)}.home-history-dialog header span{color:var(--lime);font-size:11px;font-weight:900;letter-spacing:.14em}.home-history-dialog h2{margin:5px 0 0;font-size:25px}.history-dialog-close{width:36px;height:36px;border:1px solid rgba(164,208,230,.25);background:#0b2030;color:#dce9ef;font-size:22px;cursor:pointer}.home-history-list{display:grid;gap:8px;margin-top:14px}.home-history-list article{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid rgba(164,208,230,.16);background:rgba(4,17,29,.68)}.home-history-list b,.home-history-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-history-list b{font-size:16px}.home-history-list small,.home-history-list>p{margin:4px 0 0;color:#98adbb;font-size:13px}.home-history-list form{margin:0}.home-history-list button{min-height:34px;padding:0 11px;border:1px solid rgba(184,248,61,.55);background:rgba(184,248,61,.1);color:var(--lime);font-size:13px;font-weight:900;cursor:pointer}@media(max-width:760px){.legacy-home .home-route-actions{grid-template-columns:1fr}.home-event-tools{right:14px;bottom:16px;left:14px;display:grid;grid-template-columns:1fr 1fr}.home-event-create{grid-column:1/-1}.home-event-tool{min-height:42px}}@media(min-width:2560px){.legacy-home .home-route{min-height:70px;padding:0 21px;font-size:19px}.home-event-tool{min-height:48px;padding:0 17px;font-size:16px}.home-history-dialog{width:680px;padding:28px}.home-history-dialog h2{font-size:30px}}
