:root{--sans-font:-apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, "Noto Sans", "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;--mono-font:Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--standard-border-radius:5px;--border-width:1px;--bg:#fff;--accent-bg:#f5f7ff;--text:#212121;--text-light:#585858;--border:#898ea4;--accent:#0d47a1;--accent-hover:#1266e2;--accent-text:var(--bg);--code:#d81b60;--preformatted:#444;--marked:#fd3;--disabled:#efefef}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#212121;--accent-bg:#2b2b2b;--text:#dcdcdc;--text-light:#ababab;--accent:#ffb300;--accent-hover:#ffe099;--accent-text:var(--bg);--code:#f06292;--preformatted:#ccc;--disabled:#111}img,video{opacity:.8}}*,:before,:after{box-sizing:border-box}textarea,select,input,progress{appearance:none}html{font-family:var(--sans-font);scroll-behavior:smooth}body{color:var(--text);background-color:var(--bg);grid-template-columns:1fr min(45rem,90%) 1fr;margin:0;font-size:1.15rem;line-height:1.5;display:grid}body>*{grid-column:2}body>header{background-color:var(--accent-bg);border-bottom:var(--border-width) solid var(--border);text-align:center;grid-column:1/-1;padding:0 .5rem 2rem}body>header>:only-child{margin-block-start:2rem}body>header h1{max-width:1200px;margin:1rem auto}body>header p{max-width:40rem;margin:1rem auto}main{padding-top:1.5rem}body>footer{color:var(--text-light);text-align:center;border-top:var(--border-width) solid var(--border);margin-top:4rem;padding:2rem 1rem 1.5rem;font-size:.9rem}h1{font-size:3rem}h2{margin-top:3rem;font-size:2.6rem}h3{margin-top:3rem;font-size:2rem}h4{font-size:1.44rem}h5{font-size:1.15rem}h6{font-size:.96rem}p{margin:1.5rem 0}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3{line-height:1.1}@media only screen and (max-width:720px){h1{font-size:2.5rem}h2{font-size:2.1rem}h3{font-size:1.75rem}h4{font-size:1.25rem}}a,a:visited{color:var(--accent)}a:hover{text-decoration:none}button,.button,a.button,input[type=submit],input[type=reset],input[type=button]{border:var(--border-width) solid var(--accent);background-color:var(--accent);color:var(--accent-text);padding:.5rem .9rem;line-height:normal;text-decoration:none}.button[aria-disabled=true],input:disabled,textarea:disabled,select:disabled,button[disabled]{cursor:not-allowed;background-color:var(--disabled);border-color:var(--disabled);color:var(--text-light)}input[type=range]{padding:0}abbr[title]{cursor:help;text-decoration-line:underline;text-decoration-style:dotted}button:enabled:hover,.button:not([aria-disabled=true]):hover,input[type=submit]:enabled:hover,input[type=reset]:enabled:hover,input[type=button]:enabled:hover{background-color:var(--accent-hover);border-color:var(--accent-hover);cursor:pointer}.button:focus-visible,button:focus-visible:where(:enabled),input:enabled:focus-visible:where([type=submit],[type=reset],[type=button]){outline:2px solid var(--accent);outline-offset:1px}header nav{padding:1rem 0 0;font-size:1rem;line-height:2}header nav ul,header nav ol{flex-flow:wrap;place-content:space-around center;align-items:center;margin:0;padding:0;list-style-type:none;display:flex}header nav ul li,header nav ol li{display:inline-block}header nav a,header nav a:visited{border:var(--border-width) solid var(--border);border-radius:var(--standard-border-radius);color:var(--text);margin:0 .5rem 1rem;padding:.1rem 1rem;text-decoration:none;display:inline-block}header nav a:hover,header nav a.current,header nav a[aria-current=page],header nav a[aria-current=true]{border-color:var(--accent);color:var(--accent);cursor:pointer}@media only screen and (max-width:720px){header nav a{border:none;padding:0;line-height:1;text-decoration:underline}}aside,details,pre,progress{background-color:var(--accent-bg);border:var(--border-width) solid var(--border);border-radius:var(--standard-border-radius);margin-bottom:1rem}aside{float:right;width:30%;margin-inline-start:15px;padding:0 15px;font-size:1rem}[dir=rtl] aside{float:left}@media only screen and (max-width:720px){aside{float:none;width:100%;margin-inline-start:0}}article,fieldset,dialog{border:var(--border-width) solid var(--border);border-radius:var(--standard-border-radius);margin-bottom:1rem;padding:1rem}article h2:first-child,section h2:first-child,article h3:first-child,section h3:first-child{margin-top:1rem}section{border-top:var(--border-width) solid var(--border);border-bottom:var(--border-width) solid var(--border);margin:3rem 0;padding:2rem 1rem}section+section,section:first-child{border-top:0;padding-top:0}section+section{margin-top:0}section:last-child{border-bottom:0;padding-bottom:0}details{padding:.7rem 1rem}summary{cursor:pointer;word-break:break-all;margin:-.7rem -1rem;padding:.7rem 1rem;font-weight:700}details[open]>summary+*{margin-top:0}details[open]>summary{margin-bottom:.5rem}details[open]>:last-child{margin-bottom:0}table{border-collapse:collapse;margin:1.5rem 0}figure>table{width:max-content;margin:0}td,th{border:var(--border-width) solid var(--border);text-align:start;padding:.5rem}th{background-color:var(--accent-bg);font-weight:700}tr:nth-child(2n){background-color:var(--accent-bg)}table caption{margin-bottom:.5rem;font-weight:700}textarea,select,input,button,.button{font-size:inherit;border-radius:var(--standard-border-radius);box-shadow:none;max-width:100%;margin-bottom:.5rem;padding:.5em;font-family:inherit;display:inline-block}textarea,select,input{color:var(--text);background-color:var(--bg);border:var(--border-width) solid var(--border)}label{display:block}textarea:not([cols]){width:100%}select:not([multiple]){background-image:linear-gradient(45deg, transparent 49%, var(--text) 51%), linear-gradient(135deg, var(--text) 51%, transparent 49%);background-position:calc(100% - 15px),calc(100% - 10px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-inline-end:25px}[dir=rtl] select:not([multiple]){background-position:10px,15px}input[type=checkbox],input[type=radio]{vertical-align:middle;width:min-content;position:relative}input[type=checkbox]+label,input[type=radio]+label{display:inline-block}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background-color:var(--accent)}input[type=checkbox]:checked:after{content:" ";border-right:solid var(--bg) .08em;border-bottom:solid var(--bg) .08em;background-color:#0000;border-radius:0;width:.2em;height:.4em;font-size:1.8em;position:absolute;top:.04em;left:.18em;transform:rotate(45deg)}input[type=radio]:checked:after{content:" ";background-color:var(--bg);border-radius:100%;width:.3em;height:.3em;font-size:1.8em;position:absolute;top:.125em;left:.125em}@media only screen and (max-width:720px){textarea,select,input{width:100%}}input[type=color]{height:2.5rem;padding:.2rem}input[type=file]{border:0}hr{height:var(--border-width);background:var(--border);border:none;margin:1rem auto}mark{border-radius:var(--standard-border-radius);background-color:var(--marked);color:#000;padding:2px 5px}mark a{color:#0d47a1}img,video{border-radius:var(--standard-border-radius);max-width:100%;height:auto}figure{margin:0;display:block;overflow-x:auto}figure>img,figure>picture>img{margin-inline:auto;display:block}figcaption{text-align:center;color:var(--text-light);margin-block:1rem;font-size:.9rem;position:sticky;left:0}blockquote{border-inline-start:.35rem solid var(--accent);color:var(--text-light);margin-block:2rem;margin-inline:2rem 0;padding:.4rem .8rem;font-style:italic}cite{color:var(--text-light);font-size:.9rem;font-style:normal}dt{color:var(--text-light)}code,pre,pre span,kbd,samp{font-family:var(--mono-font);color:var(--code)}kbd{color:var(--preformatted);border:var(--border-width) solid var(--preformatted);border-bottom:3px solid var(--preformatted);border-radius:var(--standard-border-radius);padding:.1rem .4rem}pre{max-width:100%;color:var(--preformatted);padding:1rem 1.4rem;overflow:auto}pre code{color:var(--preformatted);background:0 0;margin:0;padding:0}progress{width:100%}progress:indeterminate{background-color:var(--accent-bg)}progress::-webkit-progress-bar{border-radius:var(--standard-border-radius);background-color:var(--accent-bg)}progress::-webkit-progress-value{border-radius:var(--standard-border-radius);background-color:var(--accent)}progress::-moz-progress-bar{border-radius:var(--standard-border-radius);background-color:var(--accent);transition-property:width;transition-duration:.3s}progress:indeterminate::-moz-progress-bar{background-color:var(--accent-bg)}dialog{background-color:var(--bg);max-width:40rem;margin:auto}dialog::backdrop{background-color:var(--bg);opacity:.8}@media only screen and (max-width:720px){dialog{max-width:calc(100vw - 2rem)}}sup,sub{vertical-align:baseline;position:relative}sup{top:-.4em}sub{top:.3em}.notice{background:var(--accent-bg);border:var(--border-width) solid var(--border);border-radius:var(--standard-border-radius);margin:2rem 0;padding:1.5rem}@media print{@page{margin:1cm}body{display:block}body>header{background-color:unset}body>header nav,body>footer{display:none}article{border:none;padding:0}a[href^=http]:after{content:" <" attr(href) ">"}abbr[title]:after{content:" (" attr(title) ")"}a{text-decoration:none}p{widows:3;orphans:3}hr{border-top:var(--border-width) solid var(--border)}mark{border:var(--border-width) solid var(--border)}pre,table,figure,img,svg{break-inside:avoid}pre code{white-space:pre-wrap}}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fffdfd;--text:#332d49;--text-light:#625b78;--accent-text:#fff;--code:#ba3d76;--preformatted:#443c58;--disabled:#e8e2ec;--content-width:72rem;--accent:#7157e8;--accent-hover:#5740c7;--accent-bg:#f2efff;--border:#e4def5;--panel:#fff;--panel-muted:#fbf9ff;--pink:#ff79ad;--pink-bg:#fff0f6;--yellow:#ffbd4a;--yellow-bg:#fff7d9;--mint:#32b99a;--mint-bg:#e9fbf5;--sky:#4b9fea;--sky-bg:#eaf6ff;--shadow:0 1rem 2.5rem #7157e81f;--standard-border-radius:.9rem}body{grid-template-columns:1fr min(var(--content-width), calc(100% - 2rem)) 1fr;background:radial-gradient(circle at 8% 18%,#ffbd4a21,#0000 18rem),radial-gradient(circle at 92% 38%,#ff79ad1a,#0000 22rem),linear-gradient(#fff 0%,#fcfaff 55%,#f7fbff 100%)}body>main,body>footer{min-width:0}body>header{padding-inline:1rem;background:radial-gradient(circle at 15% 20%,#ffffffb3,#0000 12rem),radial-gradient(circle at 88% 10%,#ff79ad2e,#0000 14rem),linear-gradient(135deg,#fff4c9 0%,#f2edff 48%,#e7f8ff 100%);border-bottom:0;padding-bottom:2.5rem;position:relative;overflow:hidden;box-shadow:0 .7rem 2rem #7157e81f}body>header h1{letter-spacing:-.04em;word-break:keep-all;color:#493786;font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.35}body>header p{color:var(--text-light);word-break:keep-all}main>section{margin-block:1.5rem;padding:1.5rem 0}main h2{letter-spacing:-.025em;margin-top:0;font-size:1.65rem}main>section[aria-labelledby=word-search-heading]{border:1px solid var(--border);border-radius:calc(var(--standard-border-radius) * 1.5);background:linear-gradient(120deg, var(--sky-bg), var(--pink-bg) 58%, var(--yellow-bg));box-shadow:var(--shadow);padding:clamp(1.25rem,3vw,2rem)}#word-search-heading{color:var(--accent);align-items:center;gap:.65rem;margin-top:0;display:flex}#word-search-heading:before{background:var(--pink);content:"";border-radius:999px;width:.35rem;height:1.5rem}body>header nav{max-width:var(--content-width);justify-content:space-between;margin-inline:auto}body>header nav a{font-size:1.15rem;font-weight:700}body header nav>a{color:#5842a3;border:0;margin:0;padding-left:0;font-size:1.5rem;text-decoration:none}.site-nav{justify-content:space-between;align-items:center;gap:1rem;display:flex}.auth-controls,.form-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.auth-controls>:not(dialog),.form-actions>*{margin:0}.auth-email{border-radius:var(--standard-border-radius);background:var(--accent-bg);max-width:16rem;color:var(--text-light);overflow-wrap:anywhere;padding:.45rem .75rem;font-size:.9rem;font-weight:600}.auth-controls:has(>.auth-email){border:1px solid var(--border);border-radius:calc(var(--standard-border-radius) + .25rem);background:var(--bg);padding:.35rem;box-shadow:0 .35rem 1rem #315bc414}.auth-controls>a[role=button],.auth-controls>button{min-height:2.5rem;padding:.5rem .85rem;font-size:.9rem;line-height:1.2}.auth-controls>a[href=\/mypage]{border-color:var(--border);background:var(--accent-bg);color:var(--accent)}.auth-controls>a[href=\/admin]{border-color:var(--accent);background:var(--accent);color:#fff}button,.button,a.button{border-radius:999px;font-weight:700}input:not([type=radio]):not([type=checkbox]),select,textarea{background-color:#fff;border-radius:.75rem}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--pink);outline-offset:2px}.auth-controls>button:not(#open-auth-dialog){border-color:var(--border);color:var(--text-light);background:0 0}.auth-controls>button:not(#open-auth-dialog):hover{border-color:var(--accent);color:var(--accent)}#open-auth-dialog{box-shadow:0 .35rem 1rem #315bc41f}#auth-dialog{border:1px solid var(--border);border-radius:calc(var(--standard-border-radius) * 1.5);background:var(--bg);padding:1.5rem;box-shadow:0 1.5rem 4rem #00000038}#auth-dialog::backdrop{-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem);background:#0f172a73}#auth-dialog .dialog-heading{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1rem}#auth-dialog form{gap:.75rem;display:grid}#auth-dialog label,#auth-dialog input{margin:0}#auth-dialog input{width:100%}#auth-dialog .form-actions{justify-content:center;margin-top:.5rem}#auth-dialog .auth-home-link{white-space:nowrap;margin:0}#auth-dialog .auth-form-actions>*{text-align:center;min-width:9.5rem}.user-name{border:1px solid var(--border);background:var(--bg);width:fit-content;max-width:100%;color:var(--accent);overflow-wrap:anywhere;border-radius:999px;margin:1rem auto 0;padding:.4rem .75rem;font-size:.9rem}dialog{width:min(28rem,100% - 2rem)}.dialog-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dialog-heading h2,.dialog-heading button{margin-top:0}.search-form{grid-template-columns:minmax(0,2fr) minmax(12rem,1fr) auto;align-items:end;gap:.75rem;display:grid}.search-form label{visibility:hidden;margin-bottom:-2rem}.search-form label:first-of-type{grid-column:1}.search-form label:last-of-type{grid-area:1/2}.search-form input{grid-column:1}.search-form input,.search-form select{width:100%;min-width:0;margin-bottom:0}.search-form select{grid-area:2/2}.search-actions{grid-area:2/3;gap:.5rem;display:flex}.search-actions>*{white-space:nowrap;margin:0}.secondary-button{background:var(--accent-bg);color:var(--text)}.section-heading{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.word-list,.tag-list{padding:0;list-style:none}.word-list{background:0 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.word-list>li,.empty-result,.word-detail{overflow-wrap:anywhere;border:1px solid var(--border);border-radius:var(--standard-border-radius);min-width:0;padding:1.25rem}.word-list article{border-radius:var(--standard-border-radius);background:var(--accent-bg);border:0;flex-direction:column;align-items:flex-start;width:100%;height:100%;margin:0;padding:1.25rem 1.25rem 0;display:flex;overflow:hidden}.word-list>li{background:var(--panel);min-height:30rem;box-shadow:var(--shadow);flex-direction:column;padding:1.25rem 1.25rem 0;transition:transform .18s,box-shadow .18s;display:flex}.word-list>li:hover{transform:translateY(-.25rem);box-shadow:0 1.2rem 2.8rem #7157e82e}.word-list>li:nth-child(4n+1) article{background:var(--pink-bg)}.word-list>li:nth-child(4n+2) article{background:var(--yellow-bg)}.word-list>li:nth-child(4n+3) article{background:var(--sky-bg)}.word-list>li:nth-child(4n) article{background:var(--mint-bg)}.word-list h3{margin:.65rem 0 .5rem;font-size:1.45rem}.word-list h3 a{color:#5940ba;font-size:1.7rem;text-decoration:none}.word-list h3 a:hover{color:var(--accent);text-decoration:underline}.word-list p{margin-block:.5rem}.word-list .word-actions{margin-top:auto;border-top:1px solid var(--border);background:var(--bg);align-self:stretch;min-height:5.25rem;margin-inline:-1.25rem;padding:1rem 1.25rem}.word-list .word-actions .form-actions{width:100%}.word-list .word-actions .button{color:#777;background:0 0;border:0;flex:auto;align-items:center;gap:1rem;margin:0;padding:0;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.word-list .word-actions .button:after{content:"→";display:grid}.word-actions button{margin:0;font-size:1.15rem}.word-actions button[aria-pressed=true]{color:#fff;background-color:#d57808;border-color:#d57808}.word-list .word-actions button[aria-pressed]{min-width:8.5rem}.word-actions button[aria-expanded=false],.word-actions button[aria-pressed=false]{background:var(--bg);color:var(--accent);border-color:var(--border)}.empty-result{background:var(--accent-bg);padding:1.5rem}.word-category,.code-language{color:#fff;background-color:var(--accent);border-radius:3rem;padding:.2rem .7em;font-size:.9rem;font-weight:700;display:inline-block}.word-list .word-category{color:#a34b79;background:#fff;border:1px solid #efd6e2}.tag-list{flex-wrap:wrap;gap:.4rem;margin:0 0 1rem;display:flex}.tag-list li{background:var(--accent-bg);border-radius:999px;padding:.1rem .55rem .2rem;font-size:.85rem}.word-list .tag-list li{color:#9a5709;background:#fff;border:1px solid #e8b77c}.word-detail>header{color:inherit;text-align:left;background:0 0;padding:0}.word-meaning{color:var(--text-light);font-size:1.05rem}.word-detail pre{margin-bottom:0}.word-detail{background:var(--panel);box-shadow:var(--shadow)}.word-detail>header{border-radius:var(--standard-border-radius);background:linear-gradient(120deg, var(--pink-bg), var(--yellow-bg) 52%, var(--mint-bg));padding:1.25rem}.memo-section{border-bottom:1px solid var(--border);padding-top:1rem}.word-request-form,.word-request-form form{margin-top:1rem}.empty-result-actions,.admin-word-form,.ai-word-request-form{margin:.5rem .5rem 0 0;display:inline-block}.admin-word-form form,.ai-word-request-form{margin-top:1rem}.request-accordion{margin-top:2rem}.request-accordion summary{font-size:1.1rem;font-weight:700}#word-history{border:1px solid var(--border);border-radius:calc(var(--standard-border-radius) * 1.5);background:linear-gradient(135deg, var(--accent-bg), var(--bg) 32%);margin-top:2rem;padding:clamp(1rem,3vw,2rem);box-shadow:0 .75rem 2rem #315bc414}#word-history>summary{color:var(--accent);cursor:pointer;word-break:normal;justify-content:space-between;align-items:center;gap:1rem;margin:0;padding:.25rem 0;font-size:clamp(1.25rem,2.5vw,1.65rem);list-style:none;display:flex}#word-history>summary::-webkit-details-marker{display:none}#word-history>summary:after{content:"-";width:2.25rem;height:2.25rem;font-size:2rem}#word-history:not([open])>summary:after{content:"+"}#word-history>p{color:var(--text-light);margin:.75rem 0 1.25rem}.word-source-overview{grid-template-columns:repeat(auto-fit,minmax(min(14rem,100%),1fr));gap:1rem;margin:1.25rem 0;display:grid}.word-source-card{border:1px solid var(--border);border-radius:var(--standard-border-radius);background:var(--bg);grid-template-columns:minmax(0,1fr) auto;gap:.5rem 1rem;padding:1.25rem;display:grid;position:relative;overflow:hidden;box-shadow:0 .5rem 1.25rem #315bc414}.word-source-card:before{inset-block:0;background:var(--accent);content:"";width:.3rem;position:absolute;left:0}.word-source-card strong{color:var(--text-light);grid-area:1/1}.word-source-card span{color:var(--accent);grid-area:1/2;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1}.word-source-card small{border-top:1px solid var(--border);color:var(--text-light);overflow-wrap:anywhere;grid-area:2/1/auto/-1;padding-top:.75rem}.word-history-filters{border:1px solid var(--border);border-radius:calc(var(--standard-border-radius) + .25rem);background:var(--bg);flex-wrap:wrap;gap:.25rem;width:fit-content;max-width:100%;margin:1.25rem 0;padding:.35rem;display:flex}.word-history-filters a{border-radius:var(--standard-border-radius);color:var(--text-light);border:0;padding:.45rem .85rem;text-decoration:none}.word-history-filters a:hover{background:var(--accent-bg);color:var(--accent)}.word-history-filters a[aria-current=page]{background:var(--accent);color:#fff}.word-history-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1rem;margin:0}.word-history-list>li{border-radius:calc(var(--standard-border-radius) * 1.25);background:var(--bg);min-width:0;height:100%;overflow:hidden;box-shadow:0 .5rem 1.25rem #315bc414}.word-history-list>li>details{margin:0;padding:0;overflow:hidden}.word-history-list>li>details[open]{height:28rem;overflow-y:auto}.word-history-list>li>details>summary{overflow-wrap:anywhere;cursor:pointer;word-break:normal;background:var(--panel);margin:0;padding:1rem 1.25rem;overflow:hidden}.word-history-list>li>details[open]>summary{z-index:1;border-bottom:1px solid var(--border);background:var(--accent-bg);margin-bottom:0;position:sticky;top:0}.word-history-list>li>details>summary>*{margin:0 .75rem .25rem 0;display:inline-block}.word-history-name{font-size:1.1rem;font-weight:700}.word-history-list>li>details>summary small{color:var(--text-light)}.word-history-list>li>details>p{color:var(--text-light);margin:1rem 1.25rem 0;font-size:1rem}.word-history-list .request-card{border:1px solid var(--border);border-radius:var(--standard-border-radius);margin:1rem 1.25rem 1.25rem;padding:1rem}.word-history-list .request-card h4{color:var(--accent);margin:0 0 .5rem}.word-history-change{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.word-history-change strong{margin-bottom:.35rem;display:block}.word-history-change p{white-space:pre-wrap;overflow-wrap:anywhere;margin:.4rem 0 0}.request-list{gap:1rem;padding:0;list-style:none;display:grid}.request-card{margin:0;padding:1rem}.account-page{padding-bottom:4rem}.back-link{margin:1.5rem 0 .75rem}.back-link a{color:var(--text-light);font-weight:700;text-decoration:none}.back-link a:hover{color:var(--accent)}main>.account-hero{border:1px solid var(--border);background:radial-gradient(circle at 92% 8%, #ff79ad3d, transparent 30%), linear-gradient(135deg, var(--yellow-bg), var(--pink-bg) 42%, var(--sky-bg));box-shadow:var(--shadow);border-radius:1.25rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem 2rem;margin:0;padding:clamp(1.5rem,4vw,2.5rem);display:grid;overflow:hidden}.account-hero h2,.panel-heading h2{margin:0}.account-hero>div>p:last-child{max-width:42rem;color:var(--text-light);margin-bottom:0}.account-hero>a[role=button]{white-space:nowrap;margin:0}.eyebrow{color:var(--accent);letter-spacing:.12em;margin:0 0 .4rem;font-size:.75rem;font-weight:800}.account-stats{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;margin:0;display:grid}.account-stats>div{border:1px solid var(--border);background:#ffffffb8;border-radius:.85rem;justify-content:space-between;align-items:center;gap:1rem;min-width:0;padding:.85rem 1rem;display:flex}.account-stats>div:nth-child(4n+1){background:var(--pink-bg);border-color:#efc8d9}.account-stats>div:nth-child(4n+2){background:var(--yellow-bg);border-color:#efdea2}.account-stats>div:nth-child(4n+3){background:var(--mint-bg);border-color:#bce4d5}.account-stats>div:nth-child(4n){background:var(--sky-bg);border-color:#c5def4}.account-stats dt{color:var(--text-light);font-size:.9rem;font-weight:700}.account-stats dd{color:var(--accent);margin:0;font-size:1.5rem;font-weight:800;line-height:1}.account-tabs{z-index:5;border:1px solid var(--border);background:var(--panel);border-radius:.9rem;gap:.4rem;margin:1.5rem 0 0;padding:.4rem;display:flex;position:sticky;top:0;overflow-x:auto;box-shadow:0 .5rem 1.5rem #315bc414}.account-tabs a{min-height:2.8rem;color:var(--text-light);white-space:nowrap;border-radius:.65rem;flex:1 0 auto;justify-content:center;align-items:center;gap:.5rem;padding:.6rem .9rem;font-size:.95rem;font-weight:750;text-decoration:none;display:flex}.account-tabs a:hover{background:var(--accent-bg);color:var(--accent)}.account-tabs a[aria-current=page]{background:var(--accent);color:#fff;box-shadow:0 .35rem .9rem #315bc438}.account-tabs a:nth-child(5n+1)[aria-current=page]{background:#b5427b}.account-tabs a:nth-child(5n+2)[aria-current=page]{background:#a66719}.account-tabs a:nth-child(5n+3)[aria-current=page]{background:#207f69}.account-tabs a:nth-child(5n+4)[aria-current=page]{background:#336cae}.account-tabs span,.request-accordion>summary span{background:#ffffff2e;border-radius:999px;place-items:center;min-width:1.5rem;min-height:1.5rem;padding:0 .35rem;font-size:.75rem;display:inline-grid}.account-tabs a:not([aria-current=page]) span,.request-accordion>summary span{background:var(--accent-bg);color:var(--accent)}main>.account-panel{border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);border-radius:1.25rem;margin:1rem 0 0;padding:clamp(1.25rem,3vw,2rem)}.panel-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.panel-heading>p{max-width:32rem;color:var(--text-light);text-align:right;margin:0}.panel-heading form,.panel-heading button,.panel-heading .admin-word-form{margin:0}.recent-word-list{gap:.65rem;padding:0;list-style:none;display:grid}.recent-word-list li{border:1px solid var(--border);background:var(--panel-muted);border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.recent-word-list li>div{align-items:baseline;gap:.75rem;display:flex}.recent-word-list a{font-size:1.05rem;font-weight:750;text-decoration:none}.recent-word-list small{color:var(--text-light)}.recent-word-list form,.recent-word-list button{margin:0}.recent-word-list button{width:2.2rem;height:2.2rem;color:var(--text-light);background:0 0;border-color:#0000;padding:0;font-size:1.4rem}.recent-word-list button:hover{border-color:var(--border);background:var(--panel);color:var(--code)}.account-panel .request-accordion{border:1px solid var(--border);background:var(--panel-muted);border-radius:.9rem;margin:0 0 .75rem;overflow:hidden}.account-panel .request-accordion>summary{background:var(--panel-muted);cursor:pointer;margin:0;padding:1rem 1.15rem;list-style-position:inside}.account-panel .request-accordion>:not(summary){margin-inline:1rem}.account-panel .request-list{margin-top:1rem;margin-bottom:1rem}.account-panel .request-card{border:1px solid var(--border);background:var(--panel);border-radius:.85rem;box-shadow:0 .4rem 1rem #315bc40f}.account-quiz-panel>section,.account-memo-panel>section,.account-calendar-panel>section{margin:0;padding:0}.calendar-toolbar{justify-content:center;align-items:center;gap:1rem;margin:1rem 0;display:flex}.calendar-toolbar h3{color:#5740a6;text-align:center;min-width:10rem;margin:0}.calendar-toolbar a{border:1px solid var(--border);background:var(--accent-bg);border-radius:999px;place-items:center;width:2.5rem;height:2.5rem;font-weight:800;text-decoration:none;display:grid}.calendar-legend{color:var(--text-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.25rem;margin-bottom:1rem;font-size:.85rem;display:flex}.calendar-legend span{align-items:center;gap:.4rem;display:inline-flex}.calendar-weekdays,.calendar-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:.4rem;display:grid}.calendar-weekdays{color:var(--text-light);text-align:center;margin:0 0 .4rem;font-size:.85rem;font-weight:700}.calendar-days{margin:0;padding:0;list-style:none}.calendar-day{border:1px solid var(--border);background:var(--panel-muted);min-height:5rem;color:var(--text);border-radius:.85rem;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.65rem;text-decoration:none;display:flex}.calendar-day:hover{border-color:var(--accent);background:var(--accent-bg)}.calendar-day.today{box-shadow:inset 0 0 0 2px var(--pink)}.calendar-day.selected{border-color:var(--accent);background:var(--accent-bg);color:var(--accent-hover);font-weight:800}.calendar-day-number{border-radius:999px;place-items:center;width:1.75rem;height:1.75rem;display:grid}.calendar-day.selected .calendar-day-number{background:var(--accent);color:#fff}.calendar-day-dots{flex-wrap:wrap;gap:.3rem;margin-top:auto;display:flex}.calendar-dot{background:var(--pink);border-radius:999px;flex:none;width:.55rem;height:.55rem;display:inline-block}.calendar-dot.quiz{background:var(--sky)}.calendar-dot.scrap{background:var(--yellow)}.calendar-day-detail{border:1px solid var(--border);background:linear-gradient(120deg, var(--pink-bg), var(--panel) 45%, var(--mint-bg));border-radius:1rem;margin-top:1.5rem;padding:1.25rem}.calendar-selected-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;display:flex}.calendar-selected-heading h3,.calendar-selected-heading p{margin:0}.calendar-day-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.calendar-note-card,.calendar-activity-card{border:1px solid var(--border);background:#ffffffe0;border-radius:.85rem;min-width:0;padding:1.25rem}.calendar-note-card h4,.calendar-activity-card h4{margin:0 0 1rem}.calendar-note-card form,.calendar-note-card textarea{width:100%}.calendar-note-card textarea,.calendar-note-card form+form{margin-top:.5rem}.calendar-activity-list{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.calendar-activity-list li{background:var(--panel-muted);border-radius:.75rem;gap:.75rem;padding:.85rem;display:flex}.activity-icon{background:var(--sky-bg);color:#336cae;border-radius:.6rem;flex:none;place-items:center;width:2rem;height:2rem;font-weight:800;display:grid}.activity-icon.scrap{background:var(--yellow-bg);color:#a66719}.calendar-activity-list strong,.calendar-activity-list small,.calendar-activity-list a{overflow-wrap:anywhere;display:block}.calendar-activity-list small{color:var(--text-light)}.request-user-list{flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem;padding:0;list-style:none;display:flex}.request-user-list li{border:1px solid var(--border);background:var(--accent-bg);overflow-wrap:anywhere;border-radius:.7rem;padding:.4rem .7rem}.request-user-list small{color:var(--text-light);display:block}.personal-memo-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.personal-memo-card{border:1px solid var(--border);background:var(--pink-bg);border-radius:1rem;height:100%;margin:0;padding:1.25rem}.personal-memo-list>li:nth-child(4n+2) .personal-memo-card{background:var(--yellow-bg)}.personal-memo-list>li:nth-child(4n+3) .personal-memo-card{background:var(--mint-bg)}.personal-memo-list>li:nth-child(4n) .personal-memo-card{background:var(--sky-bg)}.personal-memo-card>header{color:var(--text);text-align:left;background:0 0;flex-wrap:wrap;justify-content:space-between;align-items:start;gap:.5rem 1rem;padding:0;display:flex}.personal-memo-card h3{margin:.35rem 0 0}.personal-memo-card .word-category{margin:0}.personal-memo-card time{color:var(--text-light);font-size:.85rem}.personal-memo-content{white-space:pre-wrap;overflow-wrap:anywhere;background:#fffc;border-radius:.75rem;min-height:5rem;margin:1rem 0;padding:1rem}.memo-detail-link{font-weight:700}.admin-page .admin-request-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.history-panel #word-history{box-shadow:none;background:0 0;border:0;margin:0;padding:0}.request-heading{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.request-heading h3{margin-top:0}.request-status{background:var(--accent-bg);white-space:nowrap;border-radius:999px;padding:.2rem .55rem;font-size:.85rem;font-weight:700}.request-status.completed{color:var(--accent)}.request-status.rejected,.deleted-word{color:var(--code)}.request-dates{font-size:.9rem}.request-dates div{gap:.5rem;display:flex}.request-dates dt{font-weight:700}.request-dates dd{margin:0}.memo-content{border-radius:var(--standard-border-radius);background:var(--accent-bg);padding:1rem}.memo-content dl{font-size:.9rem}.memo-content dl div{gap:.5rem;display:flex}.memo-content dt{font-weight:700}.memo-content dd{margin:0}.status-message{font-weight:700}.status-message.error{color:var(--code)}.status-message.success{color:var(--accent)}.quiz-question-list{gap:1rem;padding-left:1.5rem;display:grid}.quiz-text p{white-space:pre-wrap;overflow-wrap:anywhere;margin:.5rem 0}.quiz-text pre{max-width:100%;margin:.75rem 0;overflow-x:auto}.quiz-inline-text code{white-space:pre-wrap;overflow-wrap:anywhere}main>.quiz-banner{background:linear-gradient(110deg, var(--yellow-bg), var(--pink-bg) 52%, var(--mint-bg));border:1px solid var(--border);border-radius:var(--standard-border-radius);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.quiz-banner h2{margin-bottom:.5rem;font-size:1.4rem}.quiz-banner p,.quiz-banner .button,.quiz-banner button{margin:0}.quiz-choice{border-radius:var(--standard-border-radius);margin:.65rem 0;padding:.5rem;display:block}.quiz-choice:has(input:checked){background:var(--accent-bg)}.quiz-page{box-sizing:border-box;width:100%;max-width:58rem;margin-inline:auto}.quiz-back-link{width:fit-content;margin:1.5rem 0 0}main.quiz-page>.quiz-shell{box-sizing:border-box;border:1px solid var(--border);border-radius:calc(var(--standard-border-radius) * 2);background:linear-gradient(145deg, var(--sky-bg), var(--panel) 35%, var(--pink-bg));width:100%;box-shadow:var(--shadow);margin:1rem auto 3rem;padding:clamp(1.5rem,4vw,3rem)}.quiz-shell>h2,.quiz-intro,.quiz-meta{text-align:center}.quiz-shell>h2{color:var(--accent);margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.35rem)}.quiz-intro{max-width:42rem;color:var(--text-light);margin:.75rem auto 1.5rem}.quiz-meta{background:var(--accent-bg);border-radius:999px;width:fit-content;margin:.75rem auto;padding:.4rem .8rem}.quiz-form{width:100%;max-width:44rem;margin:1.5rem auto 0}.quiz-form fieldset{border-color:var(--border);border-radius:calc(var(--standard-border-radius) * 1.25);background:var(--panel);margin:0;padding:1.25rem}.quiz-form legend{color:var(--accent);padding-inline:.5rem;font-size:1.05rem;font-weight:700}.quiz-option-grid{gap:.75rem;display:grid}.quiz-category-options{grid-template-columns:repeat(2,minmax(0,1fr))}.quiz-difficulty-options{grid-template-columns:repeat(3,minmax(0,1fr))}.quiz-shell .quiz-choice{border:1px solid var(--border);background:var(--panel-muted);cursor:pointer;align-items:center;gap:.65rem;min-height:3.25rem;margin:0;padding:.75rem 1rem;display:flex}.quiz-shell .quiz-choice:has(input:checked){border-color:var(--accent);background:var(--accent-bg);color:var(--accent);font-weight:700}.quiz-shell .quiz-choice:has(input:disabled){cursor:not-allowed;opacity:.5}.quiz-help{color:var(--text-light);text-align:center;margin:1rem auto;font-size:.9rem}.quiz-primary-action{justify-content:center;margin-top:1.5rem;display:flex}.quiz-primary-action button{min-width:12rem;margin:0}.quiz-progress{border:1px solid var(--border);width:fit-content;color:var(--accent);border-radius:999px;margin:1rem auto;padding:.45rem 1rem;font-weight:700}.quiz-answer-list{gap:.75rem;margin-top:1.25rem;display:grid}.quiz-result-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:100%;max-width:44rem;margin:1.5rem auto 0;display:grid}.quiz-result-actions>*{text-align:center;justify-content:center;align-items:center;min-height:3rem;margin:0;padding:.65rem .85rem;text-decoration:none;display:flex}.quiz-question-actions{justify-content:center;width:100%;max-width:44rem;margin:1.5rem auto 0}.quiz-question-actions>*{text-align:center;flex:10rem;justify-content:center;max-width:13rem;min-height:3rem;margin:0}.quiz-result-summary{justify-content:center;align-items:center;gap:.75rem;margin:1rem auto 2rem;display:flex}.quiz-result-summary p{border:1px solid var(--border);background:var(--panel);border-radius:999px;margin:0;padding:.55rem .9rem}.quiz-result .quiz-question-list{padding:0;list-style:none}.quiz-result .quiz-question-list>li{border:1px solid var(--border);border-radius:calc(var(--standard-border-radius) * 1.25);background:var(--panel);padding:clamp(1.15rem,3vw,1.75rem)}.quiz-result .quiz-question-list h3{color:var(--accent);margin-top:0}@media (max-width:48rem){#word-history{padding:1rem}.word-source-overview{grid-template-columns:minmax(0,1fr)}.word-history-filters{width:100%}.word-history-filters a{text-align:center;flex:auto}.word-history-list{grid-template-columns:minmax(0,1fr)}.word-history-list .request-card{margin:.75rem}.word-list,.personal-memo-list{grid-template-columns:minmax(0,1fr)}.calendar-weekdays,.calendar-days{gap:.2rem}.calendar-day{min-height:3.5rem;padding:.3rem}.calendar-day-number{width:1.5rem;height:1.5rem;font-size:.85rem}.calendar-day-dots{gap:.15rem}.calendar-dot{width:.4rem;height:.4rem}.calendar-day-columns,main>.account-hero{grid-template-columns:minmax(0,1fr)}.account-hero>a[role=button]{text-align:center;width:100%}.account-stats{grid-template-columns:minmax(0,1fr)}.account-tabs{justify-content:flex-start}.account-tabs a{flex:none}.panel-heading{flex-direction:column;align-items:flex-start}.panel-heading>p{text-align:left}.panel-heading form,.panel-heading button,.panel-heading .admin-word-form{width:100%}.admin-page .admin-request-list,.search-form{grid-template-columns:minmax(0,1fr)}.search-form label:first-of-type,.search-form label:last-of-type,.search-form input,.search-form select,.search-actions{grid-area:auto/1}.search-actions,.site-nav,.auth-controls{flex-wrap:wrap}.auth-controls:has(>.auth-email){width:100%}.auth-controls:has(>.auth-email) .auth-email{text-align:center;flex:100%;max-width:none}.auth-controls>a[role=button],.auth-controls>button:not(#open-auth-dialog){text-align:center;flex:auto}#auth-dialog{padding:1rem}#auth-dialog .form-actions{align-items:stretch}#auth-dialog .dialog-heading{flex-direction:column;align-items:flex-start}#auth-dialog .auth-home-link,#auth-dialog .auth-form-actions>*{width:100%}.quiz-category-options,.quiz-difficulty-options,.quiz-result-actions{grid-template-columns:minmax(0,1fr)}main.quiz-page>.quiz-shell{padding:1.25rem}.quiz-result-summary{text-align:center;flex-direction:column;align-items:stretch}}.site-nav small{color:#999;font-weight:400}.secondary-cs{border:var(--border-width) solid var(--border);border-radius:var(--standard-border-radius);color:var(--text);padding:.5em;text-decoration:none}.word-actions{margin-top:1rem}.word-actions form,.form-actions form{margin:0}.word-actions .form-actions+.form-actions{margin-top:.5rem}.admin-word-form,.request-card{overflow-wrap:anywhere;background-color:var(--panel);min-width:0;max-width:100%}.admin-word-form input,.admin-word-form select{width:100%}
