.tc-account-button{position:relative;min-width:92px;height:42px;padding:0 12px;border:1px solid rgb(215 168 77 / 42%);border-radius:var(--tc-radius-control);background:linear-gradient(180deg,#31291ef5,#1f1b16f5);box-shadow:inset 0 1px #ffffff0d;color:var(--tc-cream);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto;font-size:11px;font-weight:850}.tc-account-button:hover,.tc-account-button:focus-visible{border-color:var(--tc-teal-light);background:linear-gradient(180deg,#3a3024,#24201a)}.tc-account-seal{width:23px;height:23px;border:1px solid rgb(243 215 139 / 34%);border-radius:50%;background:url(/assets/tinycogs/art/cog-small.png) center / 86% no-repeat,#171511;filter:drop-shadow(0 2px 3px rgb(0 0 0 / 38%))}.tc-account-button:after{position:absolute;top:5px;right:5px;width:6px;height:6px;border:1px solid #171511;border-radius:50%;background:#827769;content:""}.tc-account-button[data-sync=ready]:after{background:var(--tc-teal-light);box-shadow:0 0 8px #75ddd7b3}.tc-account-button[data-sync=pending]:after,.tc-account-button[data-sync=syncing]:after{background:var(--tc-brass-pale);animation:tc-account-pulse .9s ease-in-out infinite}.tc-account-button[data-sync=offline]:after{background:var(--tc-rust)}.tc-account-backdrop{position:fixed;z-index:2147483647;inset:0;padding:20px;background:#070706d1;backdrop-filter:blur(7px);display:grid;place-items:center;overflow-y:auto}.tc-account-modal{position:relative;width:min(100%,520px);padding:54px 38px 34px;border:1px solid #806940;border-radius:9px;background:linear-gradient(135deg,#2b241bf0,#181511fa),url(/assets/tinycogs/art/ui/dark-leather.webp) center / cover;box-shadow:0 28px 90px #000000ad,inset 0 0 0 5px #0d0c0a52;color:var(--tc-cream)}.tc-account-modal:before{position:absolute;inset:10px;border:1px solid rgb(243 215 139 / 10%);border-radius:5px;content:"";pointer-events:none}.tc-account-modal-seal{position:absolute;top:-34px;left:38px;width:74px;height:74px;border:1px solid #8d7448;border-radius:50%;background:url(/assets/tinycogs/art/cog.png) center / 78% no-repeat,#211d18;box-shadow:0 10px 24px #0000007a,inset 0 0 18px #d7a84d1f}.tc-account-action.close{position:absolute;z-index:2;top:14px;right:14px;width:38px;min-width:38px;height:38px;padding:0 0 3px;border-color:#d7a84d4d;font-size:25px;line-height:1}.tc-account-kicker{margin:0 0 7px;color:var(--tc-brass);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.tc-account-modal h2{margin:0;font-family:var(--tc-font-display);font-size:clamp(31px,7vw,43px);line-height:1.02}.tc-account-summary{max-width:430px;margin:12px 0 0;color:#b9af9f;font-size:14px;line-height:1.55}.tc-account-error{min-height:21px;margin:12px 0 0;color:#ef9d78;font-size:12px;font-weight:750}.tc-account-body{margin-top:5px}.tc-account-form{display:grid;gap:11px}.tc-account-label{color:var(--tc-brass-pale);font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.tc-account-input{width:100%;min-height:50px;padding:10px 13px;border:1px solid #66543b;border-radius:var(--tc-radius-control);outline:0;background:#0c0b09b8;box-shadow:inset 0 3px 9px #00000057;color:var(--tc-cream);font:700 16px/1.2 var(--tc-font-sans)}.tc-account-input:focus{border-color:var(--tc-teal-light);box-shadow:0 0 0 3px #75ddd71f,inset 0 3px 9px #00000057}.tc-account-code{text-align:center;font-family:var(--tc-font-mono);font-size:28px;letter-spacing:.32em}.tc-account-note{margin:0;color:#918777;font-size:11px;line-height:1.5}.tc-account-actions{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.tc-account-code-actions .primary{margin-left:auto}.tc-account-action{display:inline-flex;align-items:center;justify-content:center;min-width:110px;min-height:42px;padding:9px 14px;border:1px solid #5d4d3a;border-radius:var(--tc-radius-control);background:#29231c;color:var(--tc-cream);cursor:pointer;font-size:12px;font-weight:850;text-align:center;text-decoration:none}.tc-account-action:hover:not(:disabled),.tc-account-action:focus-visible{border-color:var(--tc-teal-light);background:#332b21}.tc-account-action.primary{border-color:#54c8c2;background:var(--tc-teal-dark);color:#fff}.tc-account-action.primary:hover:not(:disabled){background:var(--tc-teal)}.tc-account-action.admin{border-color:#56d6d0bd;background:linear-gradient(180deg,#176f6cf5,#114d4bfa);color:#f5f0e4}.tc-account-action.admin:hover,.tc-account-action.admin:focus-visible{background:var(--tc-teal)}.tc-account-action.danger{border-color:#d06a3d8a;color:#f0ad8e;background:#a7472224}.tc-account-action:disabled{cursor:default;opacity:.45}.tc-account-ledger{margin-bottom:13px;padding:14px;border:1px solid rgb(117 221 215 / 24%);border-radius:var(--tc-radius-panel);background:#179b9714;display:flex;align-items:center;gap:12px}.tc-account-ledger-light{width:13px;height:13px;border:2px solid #baf8f3;border-radius:50%;background:var(--tc-teal-dark);box-shadow:0 0 14px #75ddd799;flex:0 0 auto}.tc-account-ledger div{display:grid;gap:3px}.tc-account-ledger strong{font-size:13px}.tc-account-ledger span:last-child{color:#a9a092;font-size:11px}.tc-account-manage-actions{padding-top:13px;border-top:1px solid rgb(243 215 139 / 14%)}.tc-account-manage-actions .danger{margin-left:auto}@keyframes tc-account-pulse{50%{opacity:.35;transform:scale(.8)}}@media (max-width: 760px){.tc-account-button{width:40px;min-width:40px;height:38px;padding:0}.tc-account-button-copy{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.tc-account-seal{width:25px;height:25px}.tc-account-backdrop{padding:44px 12px 18px;align-items:start}.tc-account-modal{padding:48px 20px 24px}.tc-account-modal-seal{left:22px;width:64px;height:64px}.tc-account-actions{display:grid;grid-template-columns:1fr 1fr}.tc-account-action{min-width:0;width:100%}.tc-account-code-actions .primary,.tc-account-manage-actions .danger{margin-left:0}.tc-account-code-actions .primary,.tc-account-manage-actions .danger{grid-column:1 / -1}.top-actions .tc-account-button{display:none}}@media (prefers-reduced-motion: reduce){.tc-account-button:after{animation:none!important}}
