:root{--surface: #f5f0e7;--surface-strong: #fcfaf5;--surface-contrast: #3d4c57;--ink: #364751;--muted: #7f847d;--accent: #8d6646;--accent-soft: #e7dac9;--danger: #b42318;--border: #d7cec0;--radius: 18px;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;line-height:1.45;font-weight:400;color:var(--ink);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% 12%,rgba(211,193,162,.28) 0%,transparent 26%),radial-gradient(circle at 84% 4%,rgba(182,203,214,.28) 0%,transparent 28%),linear-gradient(180deg,#f8f4eb,#f0e9dd)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}#root{min-height:100vh}.auth-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2.5rem);overflow:hidden;color:#24352f;font-family:Avenir Next,Trebuchet MS,Segoe UI,sans-serif;background:radial-gradient(circle at top,#ffffffd1,#f4efe7f2 42%,#ece5da),linear-gradient(180deg,#f7f2e9,#efe6da)}.auth-page:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(36,53,47,.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(36,53,47,.08) 1px,transparent 1px),radial-gradient(circle at 18% 28%,rgba(36,53,47,.08) 0 1px,transparent 1px),radial-gradient(circle at 70% 62%,rgba(36,53,47,.08) 0 1px,transparent 1px),radial-gradient(circle at 50% 50%,rgba(255,255,255,.12),transparent 55%);background-size:120px 120px,120px 120px,260px 260px,320px 320px,auto;background-position:0 0,0 0,0 0,42px 64px,center;opacity:.17;pointer-events:none}.auth-page__glow{position:absolute;border-radius:999px;filter:blur(64px);pointer-events:none}.auth-page__glow--left{top:4rem;left:-6rem;width:22rem;height:22rem;background:#d9e6de9e}.auth-page__glow--right{right:-4rem;bottom:-6rem;width:24rem;height:24rem;background:#e6ddd0bf}.auth-shell{position:relative;z-index:1;width:min(520px,100%);display:flex;justify-content:center}.auth-card{position:relative;overflow:hidden;border-radius:28px}.auth-mode-switch,.auth-card-header,.auth-form,.auth-form-note,.auth-switch{position:relative;z-index:1}.auth-card{display:grid;gap:1.25rem;width:min(100%,400px);padding:clamp(1.35rem,3vw,2rem);border:1px solid #d8d0c4;background:linear-gradient(180deg,#fffcf7e6,#fffaf4d1),#fffcf7bd;box-shadow:0 20px 60px #3c342824;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:auth-rise .82s ease 80ms both}.auth-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.52),transparent 44%),radial-gradient(circle at right top,rgba(232,225,212,.58),transparent 35%);pointer-events:none}.auth-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem;inline-size:260px;min-inline-size:260px;max-inline-size:260px;padding:.3rem;border:1px solid rgba(207,197,184,.96);border-radius:999px;background:#efe6d9e6}.auth-mode-switch__button{inline-size:100%;min-inline-size:0;border:none;border-radius:999px;background:transparent;color:#6a756e;padding:.7rem 1rem;font-weight:700;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.auth-mode-switch__button.is-active{background:#fffdf9f5;color:#24352f;box-shadow:0 8px 18px #4f44361f}.auth-card-header{display:grid;gap:.6rem}.auth-card h1{margin:0;color:#24352f;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,serif;font-size:clamp(2rem,4vw,2.6rem);line-height:1.04;letter-spacing:-.04em}.auth-subtitle{margin:0;color:#66756d;font-size:1rem;line-height:1.7}.auth-form{display:grid;gap:1rem}.auth-field-collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.auth-field-collapse.is-open{grid-template-rows:1fr}.auth-field-collapse>.auth-field{overflow:hidden;min-height:0}.auth-field{display:grid;gap:.5rem}.auth-field label{color:#31433c;font-weight:600;font-size:.95rem}.auth-input{width:100%;min-height:3.2rem;padding:0 1rem;border:1px solid #d4cbbf;border-radius:18px;background:#ffffffe6;color:#24352f;outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.auth-input::placeholder{color:#9aa49f}.auth-input:focus{border-color:#2f6f5e;box-shadow:0 0 0 4px #2f6f5e1c}.auth-input--error{border-color:var(--danger)}.auth-submit{border:none;border-radius:18px;color:#fff;background:linear-gradient(135deg,#2f6f5e,#24594c);padding:.82rem 1rem;font-weight:700}.auth-submit{min-height:3.25rem;box-shadow:0 14px 30px #2f6f5e3d;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.auth-submit:hover{filter:brightness(.98);box-shadow:0 18px 32px #2f6f5e47}.auth-submit:active{transform:translateY(1px)}.auth-submit:disabled,.map-sidebar button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.map-sidebar button,.logout-button{border:none;border-radius:12px;color:#fff;background:linear-gradient(100deg,#0b8d78,#0f766e);padding:.68rem 1rem;font-weight:600}.auth-switch{display:flex;gap:.35rem;align-items:center;color:#6f7b75}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0 1rem;color:#8a9690;font-size:.8rem;letter-spacing:.04em}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e3dbd0eb}.auth-tg-section{display:flex;justify-content:center;min-height:40px}.auth-tg-pending{margin:0;color:#8a9690;font-size:.875rem}.auth-form-note{margin:0;padding-top:1rem;border-top:1px solid rgba(227,219,208,.92);color:#70807a;font-size:.95rem;line-height:1.6}.text-button{border:none;background:transparent;color:#2f6f5e;padding:0;font-weight:700}.auth-mode-switch__button:focus-visible,.auth-submit:focus-visible,.text-button:focus-visible{outline:none;box-shadow:0 0 0 4px #2f6f5e29}.field-error,.form-error{margin:0;color:var(--danger);font-size:.84rem}.form-error{padding:.78rem .92rem;border:1px solid rgba(180,35,24,.16);border-radius:16px;background:#b423180f}@keyframes auth-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.shell{min-height:100vh;display:flex;flex-direction:column}.shell-header{position:sticky;top:0;z-index:400;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:space-between;align-items:center;padding:.9rem 1.1rem;border-bottom:1px solid var(--border);background:#fcfaf5d1;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.shell-brand{margin:0;font-weight:800;font-size:1.1rem}.shell-subtitle{margin:0;color:var(--muted);font-size:.82rem}.shell-nav{display:inline-flex;gap:.45rem;background:#efe6d7;border-radius:999px;padding:.18rem}.nav-link{color:#6a6256;font-weight:600;padding:.35rem .68rem;border-radius:999px}.nav-link.active{background:#faf6ef;color:#5e4835}.logout-button{background:#6f5136}.shell-content{flex:1;padding:1rem}.map-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1rem}.map-card,.map-sidebar,.history-card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 18px 36px #57442d1f}.map-card{padding:1rem;background:linear-gradient(180deg,#ffffff73,#ffffff73),linear-gradient(180deg,#f8f3ea,#f3ecdf)}.map-heading h1{margin:0;font-size:1.52rem;letter-spacing:.02em}.map-heading p{margin:.3rem 0 .65rem;color:var(--muted)}.atlas-shell{position:relative;border-radius:20px;border:1px solid rgba(132,120,104,.4);background:linear-gradient(180deg,#ffffff73,#fff3),#f7f0e5;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff73}.atlas-toolbar{position:absolute;top:1rem;right:1rem;z-index:2;display:inline-flex;gap:.45rem}.atlas-toolbar button{min-width:2.6rem;border:1px solid rgba(112,95,74,.35);border-radius:999px;padding:.45rem .75rem;background:#fbf8f1eb;color:#5f4b39;font-weight:700}.atlas-canvas{display:block;width:100%;height:auto;min-height:440px;aspect-ratio:5 / 3;touch-action:none}.atlas-canvas-zoomed{cursor:grab}.atlas-paper{fill:#f4ede2}.atlas-ocean{fill:#d4e1e6}.atlas-graticule{fill:none;stroke:#7a766d4d;stroke-width:.7;vector-effect:non-scaling-stroke}.atlas-country{cursor:pointer;transition:opacity .15s ease,stroke-width .15s ease,fill .15s ease;vector-effect:non-scaling-stroke}.atlas-country:focus-visible{outline:none;stroke:#314e67;stroke-width:2.4}.map-sidebar{padding:1rem;align-self:start;position:sticky;top:90px;display:grid;gap:.75rem;background:linear-gradient(180deg,#ffffff80,#ffffff80),#fbf8f3}.map-sidebar h2,.map-sidebar h3,.map-sidebar p{margin:0}.country-name{font-weight:700;font-size:1.05rem}.country-code{color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.map-sidebar input{border:1px solid var(--border);border-radius:10px;padding:.5rem .65rem}.visited-summary{padding-top:.35rem;border-top:1px solid var(--border)}.history-layout{max-width:940px}.history-card{padding:1rem}.history-card h1{margin-top:0}.country-badges{display:flex;flex-wrap:wrap;gap:.42rem;margin-bottom:.85rem}.badge{background:var(--accent-soft);color:#085f56;border-radius:999px;padding:.25rem .55rem;font-size:.83rem;font-weight:700}.visit-list{margin:0;padding:0;list-style:none;display:grid;gap:.52rem}.visit-item{display:flex;justify-content:space-between;gap:.8rem;border:1px solid var(--border);border-radius:12px;padding:.7rem .8rem;background:var(--surface)}.visit-item p{margin:.2rem 0 0;color:var(--muted)}.visit-item time{color:var(--muted);font-size:.88rem;white-space:nowrap}.state-message{margin:0;color:var(--muted)}@media(max-width:1100px){.auth-shell{max-width:520px}}@media(max-width:720px){.auth-card{border-radius:24px}.auth-card{padding:1.25rem}.auth-mode-switch{inline-size:100%;min-inline-size:0;max-inline-size:none}.auth-switch{flex-wrap:wrap}}@media(max-width:960px){.map-layout{grid-template-columns:minmax(0,1fr)}.map-sidebar{position:static}.atlas-canvas{min-height:320px}.visit-item{flex-direction:column}}
