@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&display=swap");:root{--ink:#191919;--muted:#696969;--line:#dedede;--paper:#f4f4f1;--red:#cc0033;--sans:"DM Sans",Arial,sans-serif;--tier-s:#f58282;--tier-a:#f4b66b;--tier-b:#f4d66d;--tier-c:#a4cf83;--tier-d:#77b7d4;--tier-f:#8589ce}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{height:68px;padding:0 max(calc((100vw - 1120px)/2),28px);justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand,.topbar{display:flex;align-items:center}.brand{gap:11px;color:var(--ink);text-decoration:none;font-size:15px;font-weight:800;letter-spacing:.07em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--red);color:white;border-radius:10px;font:italic 800 20px Georgia,serif}.brand-dot{color:var(--red)}.header-links{height:100%;display:flex;align-items:center;gap:28px}.nav-link{height:100%;padding:0 2px;background:none;border:0;border-bottom:3px solid transparent;color:#555;font-size:14px;font-weight:600}.nav-link.current{border-bottom-color:var(--red);color:var(--ink)}.page-heading{max-width:1120px;margin:0 auto;padding:34px 20px 22px}.page-heading h1{margin:0;font-size:32px;line-height:1.15;letter-spacing:-.04em;font-weight:800}.builder,.results-view{max-width:1120px;margin:0 auto 28px;background:#fff;border:1px solid #e2e2e2;border-radius:14px;overflow:hidden;box-shadow:0 12px 35px #1a1a1a0a}.builder-toolbar{min-height:62px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.builder-instructions b{font-size:15px;font-weight:700}.builder-progress{display:flex;align-items:center;gap:16px}.progress-number{font-size:19px;font-weight:800}.progress-number small{color:var(--muted);font-size:14px;font-weight:500}.reset-button{padding:8px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#555;font-size:13px;font-weight:600}.reset-button:hover:not(:disabled){background:#f5f5f5}.reset-button:disabled{opacity:.4;cursor:default}.tier-board{padding:14px;background:#f8f8f6;border-bottom:1px solid var(--line)}.result-tier-row,.tier-row{display:grid;grid-template-columns:88px minmax(0,1fr);min-height:92px;margin-bottom:6px}.result-tier-row:last-child,.tier-row:last-child{margin-bottom:0}.tier-label{--tier:#f77;display:flex;align-items:center;justify-content:center;background:var(--tier);color:#222;border:0}.tier-label b{font-size:36px;line-height:1;font-weight:800;letter-spacing:-.04em}.result-tier-row:first-child .tier-label,.tier-row:first-child .tier-label{background:var(--tier-s)}.result-tier-row:nth-child(2) .tier-label,.tier-row:nth-child(2) .tier-label{background:var(--tier-a)}.result-tier-row:nth-child(3) .tier-label,.tier-row:nth-child(3) .tier-label{background:var(--tier-b)}.result-tier-row:nth-child(4) .tier-label,.tier-row:nth-child(4) .tier-label{background:var(--tier-c)}.result-tier-row:nth-child(5) .tier-label,.tier-row:nth-child(5) .tier-label{background:var(--tier-d)}.result-tier-row:nth-child(6) .tier-label,.tier-row:nth-child(6) .tier-label{background:var(--tier-f)}.tier-drop{min-width:0;min-height:92px;display:flex;align-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:6px;padding:6px;background:#fff;border:1px solid #e1e1df;border-left:0;transition:background .15s}.tier-drop:hover{background:#fffefa}.chapter-card{position:relative;width:112px;height:78px;display:flex;align-items:stretch;background:#fff;border:1px solid #e8e8e8;border-radius:9px;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:transform .15s,border-color .15s,box-shadow .15s}.chapter-card:hover{transform:translateY(-2px);border-color:#c8c8c8;box-shadow:0 5px 12px #1111}.chapter-card.card-active{z-index:3;border:2px solid var(--red)}.chapter-card.card-dragging{opacity:.4}.chapter-card-main{width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px;border:0;border-radius:inherit;background:transparent;text-align:center}.chapter-greek{font-size:20px;font-weight:800;color:#292929;line-height:1;white-space:nowrap}.chapter-logo{width:41px;height:39px;object-fit:contain;flex:0 0 auto}.chapter-card-name{max-width:100%;font-size:11px;line-height:1.2;font-weight:600;color:#303030;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quick-assign{position:absolute;z-index:5;left:-1px;top:calc(100% - 1px);width:max-content;display:flex;gap:3px;padding:6px;background:white;border:1px solid #ddd;border-radius:9px;box-shadow:0 6px 18px #0002}.quick-assign button{width:29px;height:28px;border:0;border-radius:5px;background:var(--tier);color:#222;font-size:13px;font-weight:800}.quick-assign button:hover{filter:brightness(.96)}.quick-assign button.remove-assignment{background:#eee}.pool-section{padding:14px 18px 18px}.pool-heading{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:14px}.pool-heading>b{font-size:16px;font-weight:800}.pool-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 6px;margin-left:5px;border-radius:99px;background:#eee;color:#555;font-size:12px}.search{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;background:white;padding:0 11px}.search:focus-within{border-color:#999}.search input{width:190px;height:38px;border:0;outline:0;background:transparent;font-size:14px}.search input::placeholder{color:#898989}.chapter-pool{min-height:124px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:8px;padding:12px;background:#f7f7f5;border:1px solid #e6e6e3;border-radius:10px}.pool-empty{padding:12px;color:var(--muted);font-size:14px}.board-note{padding:10px 18px;border-top:1px solid #eee;color:#6b6b6b;font-size:13px}.submit-bar{min-height:76px;padding:13px 18px;background:#fff;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px}.submission-copy{display:flex;flex-direction:column;gap:3px}.submission-copy b{font-size:15px}.submission-copy span{color:var(--muted);font-size:13px}.submit-fields{display:flex;gap:8px;align-items:center}.submit-fields input{height:42px;width:240px;padding:0 12px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;outline-color:var(--red);font-size:14px}.primary-button,.submit-button,.verify-button{min-height:42px;padding:0 16px;border:0;border-radius:8px;background:var(--red);color:#fff;font-size:14px;font-weight:700;white-space:nowrap}.primary-button:hover,.submit-button:hover,.verify-button:hover{background:#a9002a}.submit-button{display:flex;align-items:center;gap:14px}.submit-button:disabled{opacity:.5;cursor:not-allowed}.verified-email{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#34633d;font-size:13px}.footer{max-width:1120px;min-height:48px;margin:0 auto;padding:12px 3px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#777;font-size:12px}.footer a{color:#555}.results-view{padding:18px}.results-overview{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;margin-bottom:12px;background:#f8f8f6;border:1px solid #e7e7e4;border-radius:10px}.results-overview h2{font-size:24px;margin:0 0 5px;font-weight:800;letter-spacing:-.03em}.results-overview p{font-size:14px;color:#666;margin:0}.votes-stat{min-width:64px;height:58px;padding:5px 10px;border-radius:9px;background:white;display:flex;flex-direction:column;align-items:center;justify-content:center}.votes-stat b{font-size:21px}.votes-stat span{text-align:center;font-size:10px;letter-spacing:.05em;font-weight:700;color:#666}.result-board{padding:5px;background:#f8f8f6;border-radius:10px}.result-tier-row{min-height:92px}.result-chapters{min-width:0;display:flex;flex-wrap:wrap;align-content:flex-start;gap:6px;padding:6px;background:white;border:1px solid #e1e1df;border-left:0}.result-card{width:112px;min-height:78px;padding:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid #e8e8e8;border-radius:9px;background:#fff;text-align:center}.result-greek{font-size:19px;font-weight:800;color:#292929}.result-logo{width:42px;height:39px;object-fit:contain;flex:0 0 auto}.result-card>span{max-width:100%;font-size:11px;line-height:1.2;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.unrated-row .tier-label{background:#e4e4e1!important}.scoring-note{margin:12px 0;color:#777;font-size:13px;line-height:1.5}.no-results{min-height:180px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;border:1px dashed #ccc;border-radius:10px;color:#666;font-size:16px}.no-results .primary-button{display:flex;align-items:center;gap:13px}.toast{position:fixed;right:20px;bottom:20px;z-index:9;max-width:min(440px,calc(100vw - 32px));padding:14px 16px;background:#333;color:white;border-radius:10px;box-shadow:0 5px 20px #0003;font-size:14px;display:flex;gap:16px;align-items:center}.toast.error{background:#8a342d}.toast button{border:0;background:transparent;color:inherit;font-size:20px}@media(max-width:760px){.topbar{height:58px;padding:0 14px}.header-links{gap:16px}.brand{font-size:12px;gap:8px}.brand-mark{width:30px;height:30px}.nav-link{font-size:12px}.page-heading{padding:24px 14px 16px}.page-heading h1{font-size:25px}.builder,.results-view{margin:0 8px 16px;border-radius:11px}.builder-toolbar{min-height:56px;padding:10px 11px}.builder-instructions b{font-size:13px}.builder-progress{gap:9px}.progress-number{font-size:16px}.progress-number small,.reset-button{font-size:12px}.reset-button{padding:7px 10px}.tier-board{padding:8px}.result-tier-row,.tier-row{grid-template-columns:54px minmax(0,1fr);min-height:74px;margin-bottom:4px}.tier-label b{font-size:27px}.result-chapters,.tier-drop{min-height:74px;padding:4px;gap:4px}.chapter-card{width:82px;height:66px;border-radius:7px}.chapter-card-main{gap:3px;padding:4px}.chapter-logo{width:33px;height:31px}.chapter-greek{font-size:17px}.chapter-card-name,.result-card>span{font-size:9px}.quick-assign{gap:2px;padding:4px}.quick-assign button{width:26px;height:25px;font-size:12px}.pool-section{padding:11px}.pool-heading{min-height:38px}.pool-heading>b{font-size:14px}.search{padding:0 8px}.search input{width:132px;height:36px;font-size:12px}.chapter-pool{min-height:98px;gap:5px;padding:8px}.pool-empty{font-size:12px}.board-note{padding:9px 11px;font-size:11px}.submit-bar{padding:11px;align-items:stretch;flex-direction:column;gap:9px}.submission-copy b{font-size:13px}.submission-copy span{font-size:11px}.submit-fields{width:100%}.submit-fields input{width:auto;min-width:0;flex:1 1;height:39px;font-size:12px}.submit-button,.verify-button{min-height:39px;font-size:12px}.verified-email{max-width:none;flex:1 1;font-size:11px}.footer{margin:0 12px;align-items:flex-start;flex-direction:column;gap:7px;padding:10px 2px;font-size:11px}.results-view{padding:9px}.results-overview{padding:12px;margin-bottom:8px}.results-overview h2{font-size:19px}.results-overview p{font-size:12px}.votes-stat{min-width:50px;height:50px}.result-board{padding:4px}.result-tier-row{min-height:74px}.result-card{width:82px;min-height:66px;padding:4px;gap:3px}.result-greek{font-size:16px}.result-logo{width:33px;height:31px}.scoring-note{font-size:11px}.no-results{min-height:145px;font-size:14px}.toast{bottom:12px;right:10px;font-size:12px}}@media(max-width:380px){.page-heading h1{font-size:22px}.result-tier-row,.tier-row{grid-template-columns:46px minmax(0,1fr)}.tier-label b{font-size:24px}.chapter-card,.result-card{width:74px}.search input{width:105px}}@media(prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.account-nav-link{display:flex;align-items:center;height:100%;text-decoration:none}.account-shell{min-height:100vh;display:flex;flex-direction:column}.account-topbar{height:68px;padding:0 max(calc((100vw - 1120px)/2),28px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.account-content{width:min(100% - 32px,480px);margin:64px auto 48px;padding:32px;background:#fff;border:1px solid #e5e5e2;border-radius:14px;box-shadow:0 12px 35px #1a1a1a0a}.account-heading{margin-bottom:28px}.account-heading>p{margin:0 0 11px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.1em}.account-heading h1{margin:0 0 8px;font-size:30px;font-weight:800;letter-spacing:-.04em}.account-heading>span{color:var(--muted);font-size:15px}.signup-form{display:flex;flex-direction:column}.signup-form label{margin:0 0 7px;font-size:14px;font-weight:700}.signup-form input{height:46px;margin:0 0 18px;padding:0 13px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;outline-color:var(--red);font-size:15px}.signup-form input:focus{border-color:var(--red)}.signup-hint{margin:-11px 0 18px;color:#717171;font-size:12px}.signup-error{margin:0 0 16px;color:#a52236;font-size:13px;font-weight:600}.signup-submit{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;border:0;border-radius:8px;background:var(--red);color:#fff;text-decoration:none;font-size:15px;font-weight:700}.signup-submit:hover{background:#a9002a}.signup-backend-note{margin:15px 0 0;color:#747474;font-size:12px;line-height:1.5}.account-switch{margin:22px 0 0;color:#666;font-size:13px}.account-nav-link,.account-switch a{color:var(--red);font-size:13px;font-weight:700;text-decoration:none}.account-switch a{text-decoration:underline}.account-footer{width:min(100% - 32px,1120px);margin:auto auto 0;padding:14px 0;color:#777;font-size:12px}.account-status-page{width:min(100% - 32px,560px)}.account-placeholder{padding:20px;border:1px solid #e6e6e3;border-radius:10px;background:#f8f8f6}.account-placeholder h2{margin:0 0 8px;font-size:17px}.account-placeholder p{margin:0 0 18px;color:#666;font-size:14px;line-height:1.55}.account-link-button{width:max-content;font-size:14px}.signup-confirmation{padding:22px;border:1px solid #d8e8da;border-radius:10px;background:#f5fbf5}.signup-check{width:34px;height:34px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:#3a7d43;color:#fff;font-weight:800}.signup-confirmation h2{margin:0 0 8px;font-size:21px}.signup-confirmation p{margin:0 0 18px;color:#555;font-size:14px;line-height:1.55}.signup-secondary{min-height:40px;padding:0 13px;border:1px solid #ccc;border-radius:8px;background:#fff;color:#333;font-size:13px;font-weight:700}@media(max-width:760px){.account-topbar{height:58px;padding:0 14px}.account-content{margin:36px auto 28px;padding:24px 20px}.account-heading{margin-bottom:23px}.account-heading h1{font-size:26px}.account-heading>span{font-size:14px}.account-footer{font-size:11px}.header-links{gap:6px}.header-links .nav-link{padding:0 1px;font-size:10px}.account-nav-link{font-size:10px}}.signup-form input[aria-invalid=true]{border-color:#a52236;box-shadow:0 0 0 2px #a5223618}.signup-form button:disabled{opacity:.6;cursor:wait}.auth-notice{margin:-7px 0 15px;color:#34633d;font-size:13px;line-height:1.45}.auth-form-actions{display:flex;justify-content:space-between;gap:16px;margin-top:17px}.auth-text-button{padding:4px 0;border:0;background:transparent;color:#8e1732;text-decoration:underline;text-underline-offset:3px;font-size:13px;font-weight:700}.auth-text-button:disabled{color:#777;text-decoration:none;cursor:wait}.account-top-actions{display:flex;align-items:center;gap:18px}.editor-user-email,.signed-in-email{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-size:13px}.lists-content{width:min(100% - 40px,1000px);margin:56px auto 48px}.lists-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.lists-heading h1{margin:0 0 8px;font-size:36px;line-height:1.1;letter-spacing:-.045em}.lists-heading p:last-child{margin:0;color:#666;font-size:15px}.eyebrow{margin:0 0 9px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.1em}.lists-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.saved-list-card{padding:0 16px 10px;background:white;border:1px solid #e5e5e2;border-radius:12px;box-shadow:0 8px 24px #1a1a1a08}.saved-list-main{min-height:116px;display:flex;align-items:center;gap:14px;color:inherit;text-decoration:none}.board-choice-icon,.saved-list-icon{width:46px;height:46px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:#f7c2c8;color:#812338;font-size:25px;font-weight:800}.board-choice-icon.sorority,.saved-list-icon.sorority{background:#e5d4ed;color:#613f76}.saved-list-text{min-width:0;display:flex;flex:1 1;flex-direction:column;gap:5px}.saved-list-text strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px}.saved-list-text span{color:#777;font-size:12px}.saved-list-arrow{color:#9c1936;font-size:20px}.saved-list-delete{padding:7px 0;border:0;background:transparent;color:#777;text-decoration:underline;text-underline-offset:3px;font-size:12px}.delete-confirm-action:hover,.saved-list-delete:hover{color:#a52236}.delete-confirm{display:flex;align-items:center;gap:12px;padding:8px 0 2px;border-top:1px solid #eee}.delete-confirm>span{margin-right:auto;color:#6b3135;font-size:12px;font-weight:700}.delete-confirm-action{border:0;background:transparent;color:#a52236;text-decoration:underline;text-underline-offset:3px;font-size:12px;font-weight:700}.delete-confirm-action:disabled{opacity:.6}.lists-empty{min-height:290px;padding:36px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #d1d1ce;border-radius:14px;background:#fff;text-align:center}.empty-list-mark{width:52px;height:52px;display:grid;place-items:center;margin:0 auto 15px;border-radius:50%;background:#f9e9ec;color:#9d1937;font-size:32px;font-weight:400}.home-empty-state h2,.lists-empty h2{margin:0 0 8px;font-size:21px;letter-spacing:-.025em}.home-empty-state p,.lists-empty p{margin:0 0 19px;color:#707070;font-size:14px;line-height:1.5}.new-list-content{margin-top:52px}.new-list-form{display:flex;flex-direction:column;gap:9px}.new-list-form>label{margin-top:12px;font-size:14px;font-weight:700}.new-list-form>input{height:46px;padding:0 13px;border:1px solid #d8d8d8;border-radius:8px;outline-color:var(--red);font-size:15px}.board-choice{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin:0 0 8px;padding:0;border:0}.board-choice legend{margin-bottom:10px;font-size:14px;font-weight:700}.board-choice-card{position:relative;min-height:82px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid #ddd;border-radius:10px;background:#fff;cursor:pointer}.board-choice-card.selected{border:2px solid var(--red);padding:13px;box-shadow:0 0 0 3px #cc003310}.board-choice-card input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.board-choice-card:focus-within{outline:3px solid #cc003355;outline-offset:2px}.board-choice-card span:last-child{display:flex;flex-direction:column;gap:5px}.board-choice-card strong{font-size:13px}.board-choice-card small{color:#777;font-size:12px}.board-choice-icon{width:38px;height:38px;font-size:20px}.new-list-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px}.saved-editor-heading{max-width:1120px;margin:0 auto;padding:26px 20px 17px}.back-link{color:#7a1830;text-decoration:none;font-size:13px;font-weight:700}.saved-editor-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:17px}.saved-editor-title{width:min(620px,62vw);padding:0;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--ink);font-size:34px;font-weight:800;letter-spacing:-.045em;outline:0}.saved-editor-title:focus{border-bottom-color:var(--red)}.save-actions{display:flex;align-items:center;gap:13px}.save-state{max-width:250px;color:#47724b;font-size:12px;text-align:right}.save-state.unsaved{color:#85541a}.saved-editor-hint{margin:13px 0 0;color:#696969;font-size:13px}.saved-editor-board{max-width:1120px;margin:0 auto;background:#fff;border:1px solid #e2e2e2;border-radius:14px;overflow:hidden;box-shadow:0 12px 35px #1a1a1a0a}.saved-editor-board .tier-board{border-bottom:1px solid var(--line)}.editor-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:5}.editor-feedback{max-width:1120px;margin:10px auto;padding:10px 13px;border-radius:8px;font-size:13px}.editor-feedback.error{background:#fbe9ea;color:#922a37}.editor-feedback.success{background:#eaf5eb;color:#34633d}.editor-submit-panel{max-width:1120px;min-height:78px;margin:15px auto 0;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #e2e2e2;border-radius:12px;background:#fff}.editor-submit-panel>div{display:flex;flex-direction:column;gap:4px}.editor-submit-panel strong{font-size:14px}.editor-submit-panel span{color:#6c6c6c;font-size:12px}.editor-submit-panel .submit-button span{color:inherit;font-size:16px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.home-page-heading h1{margin-bottom:9px}.home-page-heading>div>span{color:#707070;font-size:14px}.create-list-cta{gap:12px}.board-switch{width:min(100% - 40px,1120px);margin:0 auto 12px;padding:4px;display:flex;gap:4px;border-radius:10px;background:#e8e8e5}.board-switch button{min-height:39px;flex:1 1;border:0;border-radius:7px;background:transparent;color:#5d5d5d;font-size:14px;font-weight:700}.board-switch button.selected{background:#fff;color:#202020;box-shadow:0 1px 3px #0002}.home-results{margin-top:0}.home-results .result-board{padding:7px}.home-empty-state{min-height:270px;margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.home-empty-state .signup-submit{margin-top:1px}.results-message{max-width:1120px;min-height:150px;margin:0 auto 20px;display:grid;place-items:center;color:#666;font-size:15px}.results-message.error{padding:20px;color:#982f3d}.create-list-prompt{max-width:1120px;min-height:110px;margin:0 auto 26px;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e0dedb;border-radius:12px;background:#fbf9f6}.create-list-prompt h2{margin:0 0 5px;font-size:17px;letter-spacing:-.02em}.create-list-prompt p{margin:0;color:#6d6d6d;font-size:13px}.create-list-prompt .primary-button{display:flex;align-items:center;gap:10px;text-decoration:none}.account-topbar .account-nav-link:hover,.back-link:hover{color:#6e0e25}@media(max-width:760px){.account-top-actions{gap:12px}.editor-user-email,.signed-in-email{max-width:145px;font-size:11px}.lists-content{width:calc(100% - 24px);margin:33px auto 35px}.lists-heading{align-items:flex-start;flex-direction:column;gap:15px}.lists-heading h1{font-size:30px}.lists-heading p:last-child{font-size:14px}.lists-grid{grid-template-columns:1fr;gap:10px}.saved-list-main{min-height:100px}.new-list-content{margin-top:30px}.board-choice{grid-template-columns:1fr;gap:8px}.board-choice-card{min-height:70px}.saved-editor-heading{padding:18px 13px 13px}.saved-editor-title-row{align-items:flex-start;flex-direction:column;gap:11px}.saved-editor-title{width:100%;font-size:27px}.save-actions{width:100%;justify-content:space-between}.saved-editor-board{margin:0 8px;border-radius:11px}.editor-feedback{margin:10px 8px}.editor-submit-panel{margin:12px 8px;padding:13px;align-items:stretch;flex-direction:column}.editor-submit-panel .submit-button{justify-content:center}.home-page-heading{align-items:flex-start;flex-direction:column;padding-top:24px}.home-page-heading h1{font-size:26px}.create-list-cta{width:100%;justify-content:center}.board-switch{width:calc(100% - 24px)}.home-results{margin:0 8px 16px;padding:9px}.home-results .result-board{padding:4px}.home-empty-state{margin:0 8px 16px;padding:18px}.results-message{min-height:130px;margin:0 12px 14px;text-align:center}.create-list-prompt{min-height:0;margin:0 12px 17px;padding:15px;align-items:flex-start;flex-direction:column}.create-list-prompt .primary-button{width:100%;justify-content:center}}.chapter-card.long-name{width:150px;height:76px}.chapter-card.long-name .chapter-card-main{flex-direction:row;justify-content:flex-start;gap:7px;padding:6px;text-align:left}.chapter-card.long-name .chapter-logo{width:34px;height:34px}.chapter-card.long-name .chapter-greek{flex:0 0 34px;text-align:center;font-size:14px}.chapter-card.long-name .chapter-card-name{min-width:0;font-size:10px;line-height:1.15;-webkit-line-clamp:3}.result-card.long-name{width:148px;min-height:76px;flex-direction:row;gap:7px;text-align:left}.result-card.long-name .result-logo{width:34px;height:34px}.result-card.long-name .result-greek{flex:0 0 32px;text-align:center;font-size:13px}.result-card.long-name>span{min-width:0;font-size:10px;line-height:1.15;-webkit-line-clamp:3}.past-list-main{cursor:default}.past-daily-list{background:#fcfcfb}.daily-limit-note{padding:10px 13px;border-radius:8px;background:#f5f3f0;color:#675f57;font-size:13px;font-weight:650}.current-daily-list{border-color:#d6c7b9;box-shadow:0 0 0 1px #d6c7b933}.current-daily-list .saved-list-main{min-height:110px}.current-daily-list .saved-list-arrow{font-size:20px;color:var(--red)}.current-daily-list .saved-list-text>span:last-child{color:#42734a}.current-daily-list .delete-confirm,.current-daily-list .saved-list-delete{display:none}.current-daily-list .saved-list-main{cursor:pointer}.current-daily-list a:hover .saved-list-arrow{transform:translate(2px,-2px)}.current-daily-list .saved-list-arrow{transition:transform .15s}@media(max-width:760px){.chapter-card.long-name{width:110px;height:66px}.chapter-card.long-name .chapter-card-main{gap:4px;padding:4px}.chapter-card.long-name .chapter-logo{width:28px;height:28px}.chapter-card.long-name .chapter-greek{flex-basis:28px;font-size:12px}.chapter-card.long-name .chapter-card-name{font-size:9px;line-height:1.1;-webkit-line-clamp:3}.result-card.long-name{width:114px;min-height:66px;padding:4px;gap:5px}.result-card.long-name .result-logo{width:27px;height:27px}.result-card.long-name .result-greek{flex-basis:26px;font-size:11px}.result-card.long-name>span{font-size:9px;line-height:1.1;-webkit-line-clamp:3}}.home-summary-header{max-width:1120px;margin:0 auto;padding:26px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:18px}.home-summary-header h1{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.045em}.home-ranking-meta{margin:7px 0 0;color:#646464;font-size:14px;font-weight:600;line-height:1.4}.home-ranking-meta span[aria-hidden]{padding:0 4px}.demo-meta{color:#745224}.home-summary-header .create-list-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;white-space:nowrap}.board-switch{margin-bottom:10px}.home-ranking-section{max-width:1120px;margin:0 auto 24px;scroll-margin-top:18px}.home-ranking-section .results-view{margin-bottom:0}.home-results{padding:10px}.home-results .result-board{padding:0}.home-results .result-tier-row{grid-template-columns:72px minmax(0,1fr);min-height:90px}.home-results .result-tier-label b{font-size:30px}.home-results .result-tier-label span{font-size:10px;line-height:1.1;text-align:center;text-transform:uppercase;font-weight:750}.home-results .result-chapters{min-height:90px;margin:0;list-style:none}.home-results .result-card{width:144px;min-height:80px;padding:7px;gap:5px}.home-results .result-card>span{font-size:12px;line-height:1.2}.home-results .result-logo{width:43px;height:40px}.home-results .result-card.long-name{width:180px;min-height:80px}.home-results .result-card.long-name>span{font-size:12px;line-height:1.2}.rankings-explainer{margin:10px 5px 2px;color:#5c5c5c;font-size:13px;line-height:1.5}.rankings-explainer summary{width:max-content;max-width:100%;cursor:pointer;color:#424242;font-weight:700}.rankings-explainer p{max-width:760px;margin:8px 0 0}@media(max-width:760px){.home-summary-header{margin:0 12px;padding:18px 0 11px;align-items:stretch;flex-direction:column;gap:11px}.home-summary-header h1{font-size:27px}.home-ranking-meta{margin-top:5px;font-size:12px}.home-summary-header .create-list-cta{width:100%;min-height:42px}.board-switch{margin-bottom:8px}.home-ranking-section{margin:0 12px 18px}.home-results{padding:7px}.home-results .result-tier-row{grid-template-columns:52px minmax(0,1fr);min-height:78px}.home-results .result-tier-label b{font-size:27px}.home-results .result-tier-label span{font-size:9px}.home-results .result-chapters{min-height:78px;padding:4px;gap:4px}.home-results .result-card{width:calc((100% - 4px)/2);min-height:78px;padding:6px;gap:4px}.home-results .result-card>span{font-size:12px;line-height:1.2}.home-results .result-logo{width:38px;height:35px}.home-results .result-card.long-name{width:100%;min-height:69px;justify-content:flex-start;padding:8px;gap:8px}.home-results .result-card.long-name>span{font-size:12px;line-height:1.2;-webkit-line-clamp:3}.rankings-explainer{font-size:12px}}@media(max-width:360px){.home-results .result-card.long-name>span,.home-results .result-card>span{font-size:11px}}.auth-reference-shell{min-height:100svh;align-items:center;background:#0b0b0c;color:#f5f5f5;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-reference-content{width:min(288px,calc(100% - 40px));padding-top:clamp(120px,26vh,210px);text-align:center}.auth-reference-mark{width:58px;height:52px;margin:0 auto 24px;display:grid;place-items:center;text-decoration:none}.auth-reference-mark img{display:block;width:46px;height:42px}.auth-reference-mark:focus-visible,.auth-reference-shell .account-switch a:focus-visible,.auth-reference-shell button:focus-visible,.auth-reference-shell input:focus-visible{outline:2px solid #fff;outline-offset:3px}.auth-form-heading{margin:0 0 27px;font-size:18px;font-weight:500;line-height:1.35;letter-spacing:-.015em}.auth-reference-shell .signup-form{text-align:left}.auth-reference-shell .signup-form label,.auth-reference-shell .signup-form:not(.auth-code-step):not(.auth-password-step) .signup-hint{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-reference-shell .signup-form input{width:100%;height:44px;margin:0 0 16px;padding:0 12px;border:1px solid #48484b;border-radius:10px;background:#101012;color:#fff;font-size:14px;outline:0}.auth-reference-shell .signup-form input::placeholder{color:#848488}.auth-reference-shell .signup-form input:focus{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.auth-reference-shell .signup-form input[aria-invalid=true]{border-color:#ff8295;box-shadow:0 0 0 1px #ff8295}.auth-reference-shell .signup-submit{width:100%;min-height:44px;border-radius:999px;background:var(--red);font-size:14px;font-weight:600}.auth-reference-shell .signup-submit:hover:not(:disabled){background:#e00038}.auth-reference-shell .signup-error{margin:-6px 0 14px;color:#ff99a8;font-size:12px;line-height:1.45}.auth-reference-shell .auth-code-step .signup-hint{margin:-6px 0 18px;color:#b2b2b5;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.auth-reference-shell .auth-form-actions{margin-top:18px;flex-direction:column;align-items:center;gap:12px}.auth-reference-shell .auth-text-button{color:#c9c9cc;text-decoration:none}.auth-reference-shell .auth-text-button:hover:not(:disabled){color:#fff}.auth-reference-shell .auth-setup-link{align-self:center;margin-top:14px;font-size:12px;font-weight:500}.auth-reference-shell .auth-password-step .signup-hint{position:static;width:auto;height:auto;clip:auto;overflow:visible;margin:-6px 0 18px;padding:0;color:#b2b2b5;font-size:12px;line-height:1.45}.demo-entry{margin-top:18px;text-align:center}.demo-login-button{padding:4px;border:0;background:transparent;color:#d5d5d8;font-size:14px;font-weight:500}.demo-login-button:hover:not(:disabled){color:#fff;text-decoration:underline;text-underline-offset:3px}.demo-login-button:disabled{opacity:.6;cursor:wait}.auth-reference-shell .account-switch{margin:18px 0 0}.auth-reference-shell .account-switch a{color:#d5d5d8;font-size:14px;font-weight:500;text-decoration:none}.auth-reference-shell .account-switch a:hover{color:#fff;text-decoration:underline}.auth-reference-footer{width:100%;margin:auto 0 0;padding:16px;color:#78787d;text-align:center;font-size:11px}@media(max-width:760px){.auth-reference-content{padding-top:clamp(88px,18vh,150px)}}.official-brand img{display:block;width:135px;height:40px}@media(max-width:760px){.official-brand img{width:121px;height:36px}.auth-reference-shell .signup-form input:not([type=checkbox]){font-size:16px}.saved-editor-board .chapter-card{width:calc((100% - 5px)/2);height:auto;min-height:76px}.saved-editor-board .chapter-card:hover{transform:none}.saved-editor-board .chapter-card-main{min-height:76px}.saved-editor-board .chapter-card-name{font-size:11px;line-height:1.2}.saved-editor-board .chapter-card.long-name .chapter-card-name{font-size:10px}.saved-editor-board .search input{font-size:16px}.saved-editor-board .quick-assign{position:fixed;z-index:30;left:8px;right:8px;top:auto;bottom:calc(8px + env(safe-area-inset-bottom));width:auto;max-width:420px;margin:0 auto;justify-content:center;flex-wrap:wrap;gap:6px;padding:10px;border-radius:12px;box-shadow:0 8px 30px #0004}.saved-editor-board .quick-assign button{width:40px;height:40px;font-size:16px}}@media(max-width:420px){.account-topbar .signed-in-email{display:none}.account-topbar .account-top-actions{gap:0}.account-topbar .account-top-actions .auth-text-button{min-height:44px;white-space:nowrap}}.saved-editor-board .chapter-pool,.saved-editor-board .chapter-pool *,.saved-editor-board .tier-board,.saved-editor-board .tier-board *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.saved-editor-board .chapter-card{-webkit-user-drag:element;touch-action:manipulation}.saved-editor-board .chapter-card-main{cursor:-webkit-grab;cursor:grab}.saved-editor-board.is-dragging,.saved-editor-board.is-dragging *{cursor:-webkit-grabbing!important;cursor:grabbing!important}.saved-editor-board .chapter-card.card-dragging{opacity:.32;transform:scale(.96);box-shadow:none}.saved-editor-board .chapter-pool.is-drop-target,.saved-editor-board .tier-drop.is-drop-target{background:#fff8f6;outline:2px dashed var(--red);outline-offset:-4px}.saved-editor-board .chapter-card.insert-after:after,.saved-editor-board .chapter-card.insert-before:before{content:"";position:absolute;z-index:6;top:7px;bottom:7px;width:4px;border-radius:4px;background:var(--red);box-shadow:0 0 0 2px #fff;pointer-events:none}.saved-editor-board .chapter-card.insert-before:before{left:-6px}.saved-editor-board .chapter-card.insert-after:after{right:-6px}.saved-editor-board .quick-assign button.reorder-card{background:#eee;color:#333}.saved-editor-board .quick-assign button:disabled{opacity:.4;cursor:not-allowed}.saved-editor-board .chapter-pool.is-drop-target:empty:after,.saved-editor-board .tier-drop.is-drop-target:empty:after{content:"";width:4px;height:48px;margin:8px;border-radius:4px;background:var(--red);box-shadow:0 0 0 2px #fff}.chapter-greek,.result-greek{display:grid;place-items:center;flex:0 0 auto;min-width:43px;height:39px;padding:0 4px;border:1px solid var(--mark-border,#eed9dd);border-radius:9px;background:var(--mark-background,#f9eff1);color:var(--mark-ink,#8f1832);font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:700;letter-spacing:-.08em;line-height:1}.chapter-card.long-name .chapter-greek,.result-card.long-name .result-greek{flex-basis:auto;min-width:38px;height:34px;font-size:14px}.home-results .result-greek{min-width:43px;height:40px}@media(max-width:760px){.chapter-greek,.result-greek{min-width:33px;height:31px;padding:0 3px;border-radius:7px;font-size:12px}.chapter-card.long-name .chapter-greek,.result-card.long-name .result-greek{flex-basis:auto;min-width:29px;height:28px;font-size:10px}.home-results .result-greek{min-width:38px;height:35px}}.header-links .nav-link{display:inline-flex;align-items:center;white-space:nowrap;text-decoration:none}.editor-topbar .editor-user-email,.editor-topbar .header-links{min-width:0}.saved-editor-board .pool-heading{margin-bottom:10px}.saved-editor-board .pool-heading .search{flex:0 1 230px;min-width:0}.saved-editor-board .pool-heading .search input{width:100%}@media(max-width:420px){.editor-topbar .editor-user-email{display:none}}