*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--bg: #000000;--surface: #000000;--surface-hover: #0a0a0a;--border: #333333;--border-hover: #444444;--text: #e0e0e0;--text-muted: #555555;--text-bright: #ffffff;--accent: #ffffff;--danger: #ff3333;--warning-bg: #1a1a00;--radius: 0px}body{font-family:Roboto Mono,monospace;background:var(--bg);color:var(--text);line-height:1.7;font-size:17px;text-transform:uppercase;-webkit-font-smoothing:antialiased;-webkit-touch-callout:none;overscroll-behavior:none}button,a{-webkit-user-select:none;user-select:none}.container{max-width:640px;margin:0 auto;padding:0 20px}.header{border-bottom:1px solid var(--border);padding:12px 0;position:sticky;top:0;z-index:10;background:var(--bg)}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{font-size:12px;font-weight:400;color:var(--text-muted);text-decoration:none;letter-spacing:.15em}.logo:hover{color:var(--text)}.hero{padding:32px 0 0;margin-bottom:-4px}.hero h1{font-size:28px;font-weight:700;margin-bottom:8px;color:var(--text-bright);letter-spacing:.04em}.hero p{color:var(--text-muted);font-size:16px;font-weight:400;letter-spacing:.08em}.card{padding:20px 0;margin-bottom:0}.page-header+.card{padding-top:10px}.card h2{margin-bottom:16px;font-size:15px;font-weight:500;letter-spacing:.12em;color:var(--text-muted)}.card h3{margin-bottom:12px;font-size:13px;font-weight:500;letter-spacing:.1em;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 16px;background:transparent;color:var(--text-bright);border:1px solid var(--text-bright);border-radius:var(--radius);font-family:Roboto Mono,monospace;font-size:15px;font-weight:500;line-height:1;cursor:pointer;text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:all .15s}.btn:hover{background:var(--text-bright);color:#000}.btn:disabled{opacity:.3;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--text-bright);border-color:var(--text-bright);color:#000}.btn-secondary:active{background:transparent;border-color:var(--text-bright);color:var(--text-bright)}.btn-icon{background:none;border:none;font-size:15px;cursor:pointer;color:var(--text-muted);padding:4px 0;line-height:1;font-family:Roboto Mono,monospace;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transform:scale(1.4)}.btn-icon:hover{color:var(--danger)}input[type=text],input[type=search],input[type=file]{height:38px;padding:0 12px;border:1px solid var(--border);border-radius:0;font-family:Roboto Mono,monospace;font-size:15px;width:100%;background:transparent;color:var(--text);text-transform:uppercase;transition:border-color .15s}input[type=text]:focus,input[type=search]:focus{outline:none;border-color:var(--text-bright)}input[type=text]::placeholder,input[type=search]::placeholder{color:var(--text);opacity:.4;text-transform:uppercase}input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=file]{font-size:13px;color:var(--text-muted)}.inline-form{display:flex;gap:12px;align-items:flex-end}.inline-form input{flex:1}.page-header{display:flex;align-items:flex-start;justify-content:space-between;padding:32px 0 12px;gap:16px;flex-wrap:wrap;border-bottom:none;margin-bottom:0}.page-header h1{font-size:28px;font-weight:700;color:var(--text-bright);letter-spacing:.04em}.subtitle{color:var(--text-muted);font-size:16px;font-weight:400;letter-spacing:.08em;margin-top:8px}.back-btn{margin-top:32px;margin-bottom:8px}.page-actions,.page-actions .btn{margin-top:0}.page-actions{display:flex;gap:8px}.user-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.user-card{display:flex;flex-direction:column;padding:12px 14px 14px;border:1px solid var(--border);text-decoration:none;color:var(--text);transition:color .15s,border-color .15s}.user-card:hover{color:var(--text-bright);border-color:var(--text-bright)}.user-card-name{font-weight:400;font-size:15px;color:inherit}.user-card-count{color:var(--text-muted);font-size:12px;margin-top:2px}.typeahead{position:relative}.typeahead-input{font-size:15px!important;padding:8px 12px!important;background:transparent!important;border:1px solid var(--border)!important;border-radius:0!important}.typeahead-dropdown{background:#0a0a0a;border:1px solid var(--border);border-top:none}.typeahead-item{display:flex;align-items:center;gap:10px;width:100%;height:38px;padding:0 12px;border:none;background:none;text-align:left;font-family:Roboto Mono,monospace;font-size:15px;cursor:pointer;border-bottom:1px solid var(--border);color:var(--text);text-transform:uppercase}.typeahead-item:last-child{border-bottom:none}.typeahead-item:hover:not(:disabled){background:var(--text-bright);color:#000}.typeahead-item:hover:not(:disabled) .typeahead-city,.typeahead-item:hover:not(:disabled) .typeahead-location,.typeahead-item:hover:not(:disabled) .typeahead-badge{color:#000}.typeahead-disabled{cursor:not-allowed}.typeahead-disabled .typeahead-badge{color:var(--text-muted);font-weight:600}.typeahead-city{font-weight:600;color:var(--text-bright);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.typeahead-location{color:var(--text-muted);font-size:15px;font-weight:400;flex-shrink:0}.typeahead-badge{margin-left:auto;font-size:15px;letter-spacing:.08em;color:var(--text-muted)}.typeahead-loading,.typeahead-empty{color:var(--text-muted);cursor:default;font-size:15px;font-weight:400}.grouped-list{margin-bottom:24px}.section{border:none;margin-bottom:0;background:transparent;overflow:hidden}.section .section{margin-bottom:0}.section-depth-0{border-bottom:1px solid var(--border)}.section-depth-0:last-child{border-bottom:none}.section-body{padding-left:28px}.section-depth-1>.section-body{padding-left:34px}.section-header{display:flex;align-items:center;gap:10px;width:100%;padding:11px 0;background:none;border:none;font-family:Roboto Mono,monospace;font-size:15px;font-weight:600;cursor:pointer;text-align:left;color:var(--text);text-transform:uppercase}.section-header:hover{color:var(--text-bright)}.section-arrow{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .15s;transform-origin:center center}.section-arrow:before{content:"";display:block;width:8px;height:8px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted);transform:rotate(-45deg);margin-left:-3px}.section-arrow-open{transform:rotate(90deg)}.section-flag{font-size:18px;line-height:1;width:24px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.section-title{flex:1;color:inherit}.section-count{font-size:15px;font-weight:400;color:var(--text-muted);letter-spacing:.02em}.city-card{display:flex;align-items:center;justify-content:space-between;padding:7px 0 7px 30px}.city-card-info{display:flex;align-items:center;gap:12px}.city-card-name{font-weight:600;font-size:15px;color:var(--text)}.city-card-date{color:var(--text-muted);font-size:11px}.import-table{width:100%;border-collapse:collapse;font-size:12px}.import-table th,.import-table td{padding:8px 10px;text-align:left;border-bottom:1px solid var(--border)}.import-table th{font-weight:500;font-size:10px;letter-spacing:.1em;color:var(--text-muted)}.import-table td{color:var(--text)}.import-table input[type=checkbox]{accent-color:var(--text-bright)}.row-warning{background:var(--warning-bg)}.import-actions{margin-top:16px;display:flex;gap:8px}.recent-list{list-style:none;border:1px solid var(--border)}.recent-list li{display:flex;align-items:center;gap:10px;height:38px;padding:0 12px;border-bottom:1px solid var(--border);font-size:15px;font-weight:600;color:var(--text)}.recent-list li:last-child{border-bottom:none}.error{color:var(--danger);font-size:12px;margin-top:8px}.loading{color:var(--text-muted);padding:48px 0;font-size:13px}.empty{color:var(--text-muted);text-align:center;padding:32px 0;font-size:13px}@media(max-width:600px){.container{padding:0 12px}.back-btn{margin-top:12px;margin-bottom:35px}.page-header{flex-direction:column;padding:0 0 8px;border-bottom:none;margin-bottom:12px;gap:18px}.page-header h1{line-height:1;padding-top:12px}.page-actions{width:100%}.page-actions .btn{flex:1;text-align:center}.inline-form{flex-direction:row}.section-body{padding-left:20px}.section-depth-1>.section-body{padding-left:34px}.city-card{padding-left:30px}.hero{padding:0;margin-bottom:-2px}.hero h1{font-size:28px;line-height:1;padding-top:12px}.user-grid{grid-template-columns:1fr}.import-table{font-size:11px}.import-table th,.import-table td{padding:6px}input[type=text],input[type=search],.typeahead-input{font-size:15px!important}}@media(hover:none){.logo:hover,.btn:hover,.btn-secondary:hover,.btn-icon:hover,.user-card:hover,.typeahead-item:hover:not(:disabled),.section-header:hover{color:inherit;background:inherit;border-color:inherit}}
