:root{--ink:#1d1d20;--muted:#73747a;--line:#e8e7e4;--paper:#fff;--soft:#f7f7f5;--accent:#ff5b3d;--accent-dark:#e94428;--violet:#6c5ce7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:Noto Sans KR,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{border-bottom:1px solid var(--line);z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffed;height:70px;position:sticky;top:0}.header-inner{align-items:center;gap:38px;max-width:1240px;height:100%;margin:auto;padding:0 24px;display:flex}.brand{white-space:nowrap;letter-spacing:-.04em;align-items:center;gap:9px;font-size:21px;font-weight:800;display:flex}.brand-mark{background:var(--ink);color:#fff;border-radius:9px;place-items:center;width:30px;height:30px;font-size:16px;display:grid}.main-nav{color:#5e5f64;align-items:center;gap:27px;height:100%;font-size:14px;font-weight:600;display:flex}.main-nav a{align-items:center;height:100%;display:flex;position:relative}.main-nav a.active,.main-nav a:hover{color:var(--ink)}.main-nav a.active:after{content:"";background:var(--ink);height:2px;position:absolute;bottom:-1px;left:0;right:0}.header-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.search-button{color:#98999d;text-align:left;background:#f8f8f7;border:1px solid #deddda;border-radius:9px;align-items:center;gap:7px;width:210px;height:38px;padding:0 10px;font-size:13px;display:flex}.search-button svg{fill:none;stroke:currentColor;stroke-width:2px;width:16px}.search-button kbd{background:#fff;border:1px solid #ddd;border-radius:5px;margin-left:auto;padding:1px 6px;font-size:11px}.text-button{background:0 0;border:0;padding:9px;font-size:13px;font-weight:600}.primary-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:9px;height:39px;padding:0 16px;font-size:13px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ff5b3d2e}.primary-button:hover{background:var(--accent-dark);transform:translateY(-1px)}.primary-button span{margin-right:3px}.menu-button{background:0 0;border:0;margin-left:auto;display:none}.hero{border-bottom:1px solid var(--line);background:#fafafa;place-items:center;height:470px;display:grid;position:relative;overflow:hidden}.hero-inner{z-index:2;text-align:center;margin-top:-2px;position:relative}.eyebrow{border:1px solid var(--line);color:#73747a;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 13px;font-size:11px;font-weight:600;display:inline-flex;box-shadow:0 4px 14px #00000008}.live-dot{background:#62bd69;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #e3f4e5}.hero h1{letter-spacing:-.06em;margin:22px 0 15px;font-size:52px;font-weight:800;line-height:1.25}.hero h1 em{color:var(--accent);font-style:normal}.hero p{color:#73747a;margin:0;font-size:15px;line-height:1.85}.hero-actions{justify-content:center;align-items:center;gap:22px;margin-top:27px;display:flex}.primary-button.large{height:48px;padding:0 22px;font-size:14px}.hero-actions>a{color:#666;font-size:13px;font-weight:600}.hero-actions>a span{margin-left:6px}.hero-glow{filter:blur(2px);opacity:.8;border-radius:50%;position:absolute}.glow-one{background:radial-gradient(circle,#ffe5dd 0,#fff0ea4d 48%,#0000 70%);width:450px;height:450px;top:-140px;left:-120px}.glow-two{background:radial-gradient(circle,#e9e4ff 0,#efecff4d 48%,#0000 70%);width:420px;height:420px;bottom:-180px;right:-120px}.floating-note{z-index:2;color:#68696e;background:#ffffffe6;border:1px solid #eee;border-radius:10px;padding:11px 14px;font-size:11px;font-weight:600;position:absolute;transform:rotate(-3deg);box-shadow:0 12px 35px #1e1e2814}.note-one{bottom:100px;left:11%}.note-one span{color:#59a66a;margin-left:10px}.note-two{top:120px;right:10%;transform:rotate(3deg)}.note-two span{color:var(--accent);margin-right:5px}.section-shell{width:min(1160px,100% - 48px);margin-inline:auto}.category-strip{border-bottom:1px solid var(--line);background:#fff;padding:30px 0}.category-grid{grid-template-columns:1.15fr repeat(3,1fr);align-items:center;gap:12px;display:grid}.category-intro{flex-direction:column;gap:6px;display:flex}.category-intro span{font-size:16px;font-weight:750;line-height:1.45}.category-intro small{color:#999;font-size:11px}.category-card{border:1px solid var(--line);border-radius:12px;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;height:74px;padding:0 14px;transition:all .2s;display:grid}.category-card:hover{border-color:#d9d8d5;transform:translateY(-2px);box-shadow:0 9px 24px #19191e0f}.category-icon{border-radius:10px;place-items:center;width:40px;height:40px;font-size:19px;display:grid}.game .category-icon{color:#f16a38;background:#fff0e9}.extension .category-icon{color:#6c5ce7;background:#eeeaff}.service .category-icon{color:#29a267;background:#e8f7ef}.category-card>span:nth-child(2){flex-direction:column;gap:4px;display:flex}.category-card strong{font-size:13px}.category-card small{color:#999;font-size:10px}.category-card b{color:#aaa;font-family:DM Sans;font-size:11px;font-weight:600}.showcase-section{padding-top:65px;padding-bottom:72px}.muted-section{background:var(--soft)}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:27px;display:flex}.section-heading>div:first-child{grid-template-columns:auto auto;align-items:center;column-gap:10px;display:grid}.section-number{color:var(--accent);background:#fff0ec;border-radius:5px;padding:4px 6px;font:700 10px DM Sans}.section-heading h2{letter-spacing:-.04em;margin:0;font-size:23px}.section-heading p{color:#8b8c90;grid-column:1/3;margin:7px 0 0;font-size:12px}.section-controls{align-items:center;gap:21px;display:flex}.section-controls>a{color:#6f7075;font-size:11px;font-weight:600}.section-controls>a span{margin-left:4px}.sort-tabs{background:#f2f2f0;border-radius:8px;padding:3px;display:flex}.muted-section .sort-tabs{background:#e9e9e6}.sort-tabs button{color:#999;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:6px 10px;font-size:10px}.sort-tabs button.active{color:#333;background:#fff;font-weight:700;box-shadow:0 1px 5px #00000012}.project-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.project-card{border:1px solid var(--line);background:#fff;border-radius:13px;transition:all .25s;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #191a2217}.thumbnail{height:202px;display:block;position:relative;overflow:hidden}.status{z-index:3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#1c1d20c7;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:700;position:absolute;top:12px;left:12px}.status.release{color:#3c8b5c;background:#ffffffe6}.card-content{padding:15px 16px 17px}.creator{color:#7b7c80;align-items:center;gap:7px;font-size:10px;display:flex}.avatar{color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font:700 9px DM Sans;display:grid}.av-1{background:#474e84}.av-2{background:#d59d68}.av-3{background:#55413a}.av-4{background:#2d3355}.av-5{background:#578270}.av-6{background:#7c65ac}.av-7{background:#e37b4b}.av-8{background:#34517c}.av-9{background:#465742}.like{color:#85868b;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:4px;font:600 10px DM Sans}.like span{vertical-align:-1px;margin-right:2px;font-size:14px}.like.liked{color:var(--accent)}.project-card h3{letter-spacing:-.03em;margin:11px 0 5px;font-size:16px}.project-card p{color:#818287;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;overflow:hidden}.card-meta{color:#aaa;align-items:center;gap:6px;margin-top:15px;font-size:9px;display:flex}.clicks{margin-left:auto;font-family:DM Sans}.thumb-orbit{background:linear-gradient(135deg,#20233f,#343765)}.orbit-sun{background:radial-gradient(circle at 32% 30%,#fff4b3,#ffbd66 50%,#ed7652);border-radius:50%;width:76px;height:76px;position:absolute;top:61px;left:calc(50% - 38px);box-shadow:0 0 45px #ffc16459}.orbit-ring{border:2px solid #fff6;border-radius:50%;width:192px;height:76px;position:absolute;top:60px;left:calc(50% - 96px);transform:rotate(-13deg)}.orbit-dot{border-radius:50%;position:absolute}.orbit-dot.one{background:#9ee4d5;width:13px;height:13px;top:105px;left:24%}.orbit-dot.two{background:#fc8398;width:7px;height:7px;top:65px;right:24%}.thumb-words{background:#f4e7d5}.word-block{color:#513e2d;background:#fff9ef;border:1px solid #d9cbb7;place-items:center;width:50px;height:58px;font-family:serif;font-size:24px;display:grid;position:absolute;box-shadow:0 5px 15px #533c211f}.w1{top:56px;left:30%;transform:rotate(-5deg)}.w2{top:44px;left:44%;transform:rotate(2deg)}.w3{top:59px;left:58%;transform:rotate(6deg)}.word-line{text-align:center;color:#7e6c58;letter-spacing:.05em;font-size:9px;position:absolute;bottom:29px;left:0;right:0}.thumb-dungeon{color:#f3d38e;background:#1c151b;font-family:monospace}.thumb-dungeon strong{letter-spacing:.08em;font-size:22px;line-height:1;position:absolute;top:69px;right:16%}.pixel{border:2px solid #d68b50;position:absolute}.p1{width:50px;height:37px;top:42px;left:13%}.p2{width:70px;height:47px;bottom:23px;left:24%}.hero-pixel{background:#68463a;place-items:center;width:38px;height:38px;font-style:normal;display:grid;top:76px;left:30%}.thumb-stock{background:#dfe3ed}.stock-logo{color:#fff;background:#2d3355;border-radius:14px;place-items:center;width:54px;height:54px;font:700 24px DM Sans;display:grid;position:absolute;top:70px;left:12%}.stock-panel{background:#fff;border-radius:11px;width:190px;height:130px;padding:22px;font-family:DM Sans;position:absolute;top:37px;right:10%;box-shadow:0 16px 35px #1f274426}.stock-panel small{color:#999;font-size:8px;display:block}.stock-panel strong{margin-top:7px;font-size:17px;display:block}.stock-panel span{color:#3da26a;font-size:9px}.stock-panel i{background:linear-gradient(160deg,#0000 45%,#50af7c 47% 50%,#0000 52%),linear-gradient(15deg,#0000 46%,#50af7c 48% 51%,#0000 53%);height:35px;margin-top:7px;display:block}.thumb-focus{background:#ddeadf}.focus-ring{text-align:center;color:#3d6854;border:5px solid #fffc;border-radius:50%;place-content:center;width:123px;height:123px;display:grid;position:absolute;top:40px;left:calc(50% - 61px)}.focus-ring:after{content:"";border-top:5px solid #4f876d;border-radius:50%;position:absolute;inset:-5px;transform:rotate(42deg)}.focus-ring strong{font:600 24px DM Sans}.focus-ring small{letter-spacing:.17em;font:700 8px DM Sans}.focus-leaf{color:#76a28e;font-size:30px;position:absolute;bottom:30px;right:21%}.thumb-color{background:linear-gradient(140deg,#6356d9,#8c73de)}.color-window{background:#fffffff0;border-radius:10px;padding:16px;position:absolute;inset:31px 17% 28px}.color-window>div{gap:4px;display:flex}.color-window>div i{background:#ddd;border-radius:50%;width:6px;height:6px}.color-window strong{margin-top:22px;font:600 17px DM Sans;display:block}.swatches{margin-top:15px;display:flex}.swatches i{width:25%;height:24px}.swatches i:first-child{background:#ffeaa7}.swatches i:nth-child(2){background:#81ecec}.swatches i:nth-child(3){background:#74b9ff}.swatches i:nth-child(4){background:#fd79a8}.thumb-meal{background:#f3d4bc}.meal-circle{background:#fff3e7;border-radius:50%;width:130px;height:130px;position:absolute;top:38px;right:10%}.meal-circle i{font-size:28px;font-style:normal;position:absolute}.meal-circle i:first-child{top:27px;left:20px}.meal-circle i:nth-child(2){top:49px;right:22px}.meal-circle i:nth-child(3){bottom:18px;left:52px}.thumb-meal>strong{color:#75462e;font-size:17px;line-height:1.55;position:absolute;top:74px;left:10%}.thumb-letter{background:#dae1ec}.letter-card{color:#687182;background:#fdfbf6;border-radius:4px;padding:21px;position:absolute;inset:32px 17% 28px;box-shadow:0 13px 25px #2d394d29}.letter-card span{font-size:8px}.letter-card i{background:#dfe1df;height:1px;margin-top:12px;display:block}.letter-card strong{margin-top:13px;font-family:serif;font-size:12px;display:block}.thumb-space{background:#303632}.space-ui{background:#faf7ef;border-radius:10px;padding:16px;position:absolute;inset:25px 16%}.space-ui span{background:#ccd4c2;border-radius:50%;width:24px;height:24px;margin-right:5px;display:inline-block}.space-ui span:nth-child(2){background:#e4c6a8}.space-ui span:nth-child(3){background:#b7c3d1}.space-ui b{color:#4e574c;margin-top:22px;font-size:15px;line-height:1.5;display:block}.cta-section{color:#fff;text-align:center;background:#222226;place-items:center;height:280px;display:grid}.cta-section>div{flex-direction:column;align-items:center;display:flex}.cta-symbol{color:var(--accent);font-size:18px}.cta-section p{color:#c5c5c7;margin:13px 0 22px;font-size:20px;line-height:1.55}.cta-section strong{color:#fff}.primary-button.light{color:#222;box-shadow:none;background:#fff}.primary-button.light:hover{background:#f3f3f3}footer{color:#888;background:#18181b;border-top:1px solid #303034;height:110px}.footer-inner{align-items:center;gap:25px;height:100%;display:flex}.footer-inner .brand{color:#fff}.footer-inner .brand-mark{color:#18181b;background:#fff}.footer-inner p{font-size:10px}.footer-inner>div{gap:20px;margin-left:auto;font-size:9px;display:flex}.footer-inner small{margin-left:15px;font:500 9px DM Sans}.search-modal{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f0f128c;padding-top:15vh;display:none;position:fixed;inset:0}.search-modal.open{display:block}.search-box{background:#fff;border-radius:13px;align-items:center;gap:12px;width:min(600px,100% - 30px);margin:auto;padding:17px;display:flex;box-shadow:0 20px 70px #00000040}.search-box svg{fill:none;stroke:#888;stroke-width:2px;width:20px}.search-box input{border:0;outline:0;flex:1;font-size:16px}.search-box button{color:#888;background:#f6f6f5;border:1px solid #ddd;border-radius:5px;padding:5px 7px;font-size:9px}@media (max-width:900px){.main-nav,.header-actions{display:none}.menu-button{flex-direction:column;gap:5px;display:flex}.menu-button span{background:#333;width:21px;height:2px;display:block}.hero{height:440px}.hero h1{font-size:43px}.floating-note{display:none}.category-grid{grid-template-columns:repeat(3,1fr)}.category-intro{flex-direction:row;grid-column:1/4;justify-content:space-between;align-items:end}.project-grid{grid-template-columns:repeat(2,1fr)}.project-card:last-child{display:none}.thumbnail{height:210px}}@media (max-width:600px){.header-inner{padding:0 18px}.hero{height:455px;padding:0 22px}.hero h1{font-size:36px}.hero p{font-size:13px}.desktop-only{display:none}.hero-actions{flex-direction:column;gap:15px}.section-shell{width:calc(100% - 30px)}.category-strip{padding:22px 0}.category-grid{width:calc(100% - 15px);margin-left:15px;padding-right:15px;display:flex;overflow:auto}.category-intro{display:none}.category-card{min-width:220px}.showcase-section{padding-top:48px;padding-bottom:50px}.section-heading{align-items:flex-start}.section-controls{flex-direction:column-reverse;align-items:flex-end;gap:12px}.project-grid{grid-template-columns:1fr;gap:14px}.project-card:last-child{display:block}.thumbnail{height:210px}.cta-section{height:250px}.footer-inner{justify-content:space-between}.footer-inner p,.footer-inner>div{display:none}.footer-inner small{margin:0}}
.page-main{background:#fff;min-height:calc(100vh - 180px)}.page-hero{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff 40%,#faf8ff);padding:64px 0 42px}.breadcrumb{color:#a0a0a4;align-items:center;gap:7px;margin-bottom:25px;font-size:11px;display:flex}.breadcrumb a:hover{color:var(--ink)}.page-title-row{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.page-title-row h1{letter-spacing:-.055em;margin:0 0 8px;font-size:38px}.page-title-row p{color:#85868a;margin:0;font-size:13px}.page-title-icon{color:#f16a38;background:#fff0e9;border-radius:22px;place-items:center;width:78px;height:78px;font-size:32px;display:grid}.filter-bar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:70px;display:flex}.filter-group{gap:8px;display:flex}.filter-chip{border:1px solid var(--line);color:#75767a;cursor:pointer;background:#fff;border-radius:999px;padding:8px 13px;font-size:11px}.filter-chip.active{color:#fff;background:#26262a;border-color:#26262a}.category-list{padding:38px 0 80px}.category-list .project-grid{grid-template-columns:repeat(3,1fr)}.empty-hint{text-align:center;color:#999;margin-top:40px;font-size:12px}.detail-main{background:#f7f7f5;padding:35px 0 80px}.detail-shell{width:min(1040px,100% - 48px);margin:auto}.detail-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.back-link{color:#777;font-size:11px}.detail-layout{grid-template-columns:minmax(0,1fr) 300px;gap:22px;display:grid}.detail-content,.detail-sidebar>div{border:1px solid var(--line);background:#fff;border-radius:14px}.detail-cover{border-radius:13px 13px 0 0;height:390px}.detail-body{padding:34px}.detail-category{color:#888;align-items:center;gap:8px;font-size:10px;display:flex}.detail-body h1{letter-spacing:-.045em;margin:13px 0 9px;font-size:32px}.detail-lead{color:#727378;margin:0;font-size:15px;line-height:1.75}.detail-creator{border-bottom:1px solid var(--line);align-items:center;gap:9px;margin-bottom:30px;padding:22px 0;font-size:12px;display:flex}.detail-creator .avatar{width:28px;height:28px}.detail-section{margin-top:34px}.detail-section h2{margin:0 0 13px;font-size:17px}.detail-section p{color:#65666b;white-space:pre-line;font-size:13px;line-height:1.9}.screenshots{grid-template-columns:1.4fr 1fr;gap:9px;display:grid}.shot{background:#dfe3ed;border-radius:9px;height:160px;position:relative;overflow:hidden}.shot:first-child{grid-row:span 2;height:329px}.shot:nth-child(2){background:#232947}.shot:nth-child(3){background:#e8ebf1}.detail-sidebar{flex-direction:column;gap:13px;display:flex}.side-action{padding:18px}.visit-button{background:var(--accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;width:100%;height:48px;font-size:13px;font-weight:700;display:flex}.like-wide{border:1px solid var(--line);color:#696a6f;cursor:pointer;background:#fff;border-radius:9px;width:100%;height:43px;margin-top:9px;font-size:12px}.metric-row{border-top:1px solid var(--line);text-align:center;justify-content:space-around;margin-top:17px;padding-top:15px;display:flex}.metric-row strong{font:700 14px DM Sans;display:block}.metric-row small{color:#aaa;font-size:9px}.info-card{padding:20px}.info-card h3{margin:0 0 15px;font-size:12px}.info-line{color:#888;justify-content:space-between;padding:7px 0;font-size:10px;display:flex}.info-line b{color:#45464b}.feedback-card{padding:20px}.feedback-card h3{margin:0 0 5px;font-size:13px}.feedback-card>p{color:#999;margin:0 0 15px;font-size:10px}.feedback-tabs{gap:5px;margin-bottom:12px;display:flex}.feedback-tabs button{color:#777;background:#f1f1ef;border:0;border-radius:6px;padding:6px 8px;font-size:9px}.feedback-tabs button.active{color:#fff;background:#26262a}.feedback-item{border-top:1px solid var(--line);padding:13px 0}.feedback-item strong{font-size:10px}.feedback-item p{color:#777;font-size:10px;line-height:1.65}.feedback-item small{color:#aaa;font-size:8px}.submit-main{background:#f7f7f5;padding:50px 0 90px}.form-shell{width:min(760px,100% - 36px);margin:auto}.form-heading{text-align:center;margin-bottom:34px}.form-heading .brand-mark{margin:auto}.form-heading h1{letter-spacing:-.04em;margin:17px 0 7px;font-size:30px}.form-heading p{color:#888;font-size:12px}.form-card{border:1px solid var(--line);background:#fff;border-radius:15px;margin-bottom:15px;padding:34px}.form-card h2{margin:0 0 6px;font-size:16px}.form-card>p{color:#999;margin:0 0 25px;font-size:10px}.field{margin-top:21px}.field:first-of-type{margin-top:0}.field label{margin-bottom:8px;font-size:11px;font-weight:700;display:block}.required{color:var(--accent)}.field input,.field select,.field textarea{background:#fff;border:1px solid #deddda;border-radius:9px;outline:none;width:100%;padding:12px 13px;font-size:12px;transition:all .2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#888;box-shadow:0 0 0 3px #f1f1ef}.field textarea{resize:vertical;height:125px;line-height:1.7}.field small{text-align:right;color:#aaa;margin-top:5px;font-size:9px;display:block}.field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.upload-box{text-align:center;color:#888;cursor:pointer;background:#fafaf9;border:1px dashed #cfcfcb;border-radius:10px;place-items:center;height:180px;display:grid}.upload-box span{background:#eee;border-radius:10px;place-items:center;width:38px;height:38px;margin:auto auto 10px;font-size:18px;display:grid}.upload-box strong{color:#555;font-size:11px;display:block}.upload-box small{font-size:9px}.screenshot-upload{grid-template-columns:repeat(5,1fr);gap:8px;display:grid}.mini-upload{aspect-ratio:1;color:#aaa;border:1px dashed #ccc;border-radius:8px;place-items:center;font-size:20px;display:grid}.approval-note{color:#8e5b4d;background:#fff6f2;border-radius:9px;gap:10px;padding:15px;font-size:10px;line-height:1.6;display:flex}.form-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.secondary-button{border:1px solid var(--line);background:#fff;border-radius:9px;height:43px;padding:0 18px;font-size:11px;font-weight:600}.form-actions .primary-button{height:43px}.login-main{background:#f7f7f5;place-items:center;min-height:calc(100vh - 180px);display:grid}.login-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:16px;width:min(390px,100% - 30px);padding:38px}.login-card h1{margin:18px 0 7px;font-size:24px}.login-card p{color:#888;font-size:11px;line-height:1.7}.google-button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:9px;width:100%;height:46px;margin-top:25px;font-size:12px;font-weight:600}.google-button b{color:#4285f4;margin-right:9px;font-size:16px}@media (max-width:800px){.page-hero{padding:45px 0 35px}.page-title-icon{display:none}.category-list .project-grid{grid-template-columns:repeat(2,1fr)}.detail-layout{grid-template-columns:1fr}.detail-sidebar{grid-template-columns:1fr 1fr;display:grid}.detail-sidebar .feedback-card{grid-column:1/3}.detail-cover{height:300px}}@media (max-width:550px){.page-title-row h1{font-size:30px}.filter-bar{flex-direction:column;align-items:flex-start;gap:12px;height:auto;padding:15px 0}.category-list .project-grid{grid-template-columns:1fr}.detail-shell{width:calc(100% - 24px)}.detail-main{padding-top:20px}.detail-cover{height:220px}.detail-body{padding:23px}.detail-body h1{font-size:26px}.screenshots{display:block}.shot,.shot:first-child{height:190px;margin-bottom:8px}.detail-sidebar{display:flex}.form-card{padding:23px}.field-row{grid-template-columns:1fr}.screenshot-upload{grid-template-columns:repeat(3,1fr)}}.detail-cover{position:relative;overflow:hidden}.detail-cover .stock-logo{width:74px;height:74px;font-size:30px;top:145px;left:18%}.detail-cover .stock-panel{width:250px;height:175px;padding:30px;top:92px;right:16%}.detail-cover .stock-panel strong{font-size:23px}.detail-cover .stock-panel i{height:55px}@media (max-width:550px){.detail-cover .stock-logo{width:50px;height:50px;top:80px;left:10%}.detail-cover .stock-panel{width:170px;height:135px;padding:21px;top:42px;right:7%}.detail-cover .stock-panel strong{font-size:16px}}.detail-cover.thumb-stock{background-image:url(/assets/mini-stock-cover.png);background-position:50%;background-size:cover}.detail-cover.thumb-stock>.stock-logo,.detail-cover.thumb-stock>.stock-panel{display:none}.screenshots .shot{cursor:zoom-in;background-position:50%;background-size:cover;border:0}.screenshots .shot:first-child{background-image:url(/assets/mini-stock-watchlist.png)}.screenshots .shot:nth-child(2){background-image:url(/assets/mini-stock-analytics.png)}.screenshots .shot:nth-child(3){background-image:url(/assets/mini-stock-cover.png)}.screenshots .shot:first-child .stock-panel{display:none}
.link-button{align-items:center;display:inline-flex}.image-thumb img{object-fit:cover}.like-static{margin-left:auto;font:600 10px DM Sans}.home-section{padding:60px 0}.home-section.muted{background:var(--soft)}.home-heading{justify-content:space-between;align-items:flex-end;margin-bottom:25px;display:flex}.home-heading h2{margin:0;font-size:23px}.home-heading p{color:#888;font-size:12px}.home-heading a{font-size:11px}.detail-cover-image{height:390px;position:relative}.detail-cover-image img{object-fit:cover}.shot-image{position:relative!important}.shot-image img{object-fit:cover}.submit-status{margin-top:15px;font-size:11px}.site-header .text-button{align-items:center;display:inline-flex}.form-error{color:#d84a32}.form-success{color:#2d8a59}.os-field{border:0;padding:0}.os-field legend{margin-bottom:10px;font-size:12px;font-weight:700}.checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.checkbox-grid label{border:1px solid var(--line);border-radius:8px;align-items:center;gap:7px;padding:10px 12px;font-size:12px;display:flex}.checkbox-grid input{width:auto}.primary-button:disabled{cursor:wait;opacity:.65}@media (max-width:640px){.checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-main{background:#f7f7f5;min-height:calc(100vh - 180px);padding:50px 0 90px}.admin-shell{width:min(920px,100% - 36px);margin:auto}.admin-heading{justify-content:space-between;align-items:flex-end;margin-bottom:25px;display:flex}.admin-heading h1{margin:7px 0;font-size:30px}.admin-heading p{color:#888;font-size:12px}.admin-heading>strong{color:#d85c2e;background:#fff0e9;border-radius:999px;padding:9px 13px;font-size:12px}.eyebrow{letter-spacing:.16em;color:#999;font:700 9px DM Sans}.admin-list{gap:10px;display:grid}.admin-item{border:1px solid var(--line);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.admin-item h2{margin:5px 0;font-size:18px}.admin-item p{color:#777;margin:0 0 9px;font-size:11px}.admin-item small,.admin-meta{color:#aaa;font-size:9px}.admin-actions{flex-shrink:0;align-items:center;gap:7px;display:flex}.admin-actions button,.admin-actions .secondary-button{height:38px}.admin-reject{color:#b74f34;background:#fff;border:1px solid #e4b9ad;border-radius:8px;height:38px;padding:0 15px;font-size:11px;font-weight:700}.admin-empty{border:1px solid var(--line);text-align:center;color:#999;background:#fff;border-radius:13px;padding:70px 20px;font-size:12px}@media (max-width:700px){.admin-heading,.admin-item{flex-direction:column;align-items:flex-start}.admin-actions{flex-wrap:wrap;width:100%}}@media (max-width:900px){.site-header.menu-open{height:auto}.site-header.menu-open .header-inner{height:70px}.site-header.menu-open .main-nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;flex-direction:column;align-items:stretch;gap:0;height:auto;padding:16px 20px;display:flex;position:absolute;top:70px;left:0;right:0}.site-header.menu-open .main-nav a{height:auto;padding:11px 0}.site-header.menu-open .header-actions{border-bottom:1px solid var(--line);background:#fff;justify-content:flex-end;padding:14px 20px;display:flex;position:absolute;top:274px;left:0;right:0}.site-header.menu-open .menu-button span:first-child{transform:translateY(3.5px)rotate(45deg)}.site-header.menu-open .menu-button span:last-child{transform:translateY(-3.5px)rotate(-45deg)}}.profile-menu{position:relative}.profile-trigger{cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;height:39px;font-size:11px;font-weight:700;display:flex}.header-avatar{color:#fff;background:#303552 50%/cover;border-radius:50%;place-items:center;width:30px;height:30px;font-size:11px;display:grid;position:relative}.profile-dropdown{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:145px;padding:7px;display:none;position:absolute;top:45px;right:0;box-shadow:0 14px 35px #1414191f}.profile-menu.open .profile-dropdown{display:block}.profile-dropdown a,.profile-dropdown button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;padding:9px 10px;font-size:11px;display:block}.profile-dropdown a:hover,.profile-dropdown button:hover{background:#f5f5f3}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.login-mark{margin:auto}.login-error{color:#c64e36!important;margin-top:12px!important}.mypage-main{background:#f7f7f5;min-height:calc(100vh - 180px);padding:50px 0 90px}.mypage-shell{grid-template-columns:310px 1fr;gap:18px;width:min(960px,100% - 36px);margin:auto;display:grid}.profile-card,.my-projects{border:1px solid var(--line);background:#fff;border-radius:14px;padding:26px}.mypage-avatar{color:#fff;background:#303552 50%/cover;border-radius:18px;place-items:center;width:64px;height:64px;font-size:23px;font-weight:800;display:grid}.profile-copy{margin:18px 0}.profile-copy>span{letter-spacing:.13em;color:#aaa;font:700 9px DM Sans}.profile-copy h1{margin:6px 0 3px;font-size:22px}.profile-copy p{color:#888;font-size:10px}.profile-form{border-top:1px solid var(--line);gap:7px;margin-top:22px;padding-top:18px;display:grid}.profile-form label{font-size:10px;font-weight:700}.profile-form input,.profile-form textarea{width:100%;font:inherit;border:1px solid #ddd;border-radius:8px;padding:10px;font-size:11px}.profile-form textarea{resize:vertical;height:78px}.mypage-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.mypage-heading h2{margin:0;font-size:20px}.mypage-heading p{color:#888;font-size:10px}.mypage-heading strong{font:700 12px DM Sans}.my-project-list{gap:9px;display:grid}.my-project{border:1px solid var(--line);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.my-project h3{margin:6px 0 3px;font-size:14px}.my-project p{color:#888;margin:0;font-size:10px}.moderation-badge{border-radius:5px;padding:4px 7px;font-size:8px;font-weight:700}.moderation-badge.pending{color:#956c1f;background:#fff2d8}.moderation-badge.approved{color:#2e7c4d;background:#e5f6eb}.moderation-badge.rejected{color:#a84834;background:#fde9e5}.my-project-actions{gap:6px;display:flex}.danger-button{color:#b74f34;background:#fff;border:1px solid #e4b9ad;border-radius:9px;height:43px;padding:0 14px;font-size:11px;font-weight:700}.mypage-empty{text-align:center;color:#999;padding:70px 10px;font-size:11px;line-height:2}.mypage-empty a{color:var(--accent);font-weight:700}@media (max-width:760px){.mypage-shell{grid-template-columns:1fr}.my-project{flex-direction:column;align-items:flex-start}.my-project-actions{width:100%}.site-header.menu-open .profile-dropdown{top:42px;left:0;right:auto}}.field-row>.field{margin-top:21px}.field input[type=file]{color:#777;background:#fafaf9;border-style:dashed;padding:8px}.field input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#26262a;border:0;border-radius:7px;height:34px;margin-right:11px;padding:0 13px;font:700 10px Noto Sans KR,sans-serif}.project-card{padding:7px}.project-card .thumbnail{aspect-ratio:16/10;background:#f0f0ee;border:1px solid #e4e3df;border-radius:9px;height:auto}.project-card .thumbnail img{transition:transform .35s}.project-card:hover .thumbnail img{transform:scale(1.025)}.project-card .card-content{padding:14px 9px 10px}.detail-cover-image{aspect-ratio:16/10;background:#ececea;border-radius:13px 13px 0 0;height:auto;overflow:hidden}.category-grid{grid-template-columns:1.15fr minmax(0,3fr)}.category-carousel{scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;overscroll-behavior-inline:contain;touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none;grid-auto-columns:calc(33.3333% - 8px);grid-auto-flow:column;gap:12px;padding:2px 0 8px;display:grid;overflow-x:auto}.category-carousel::-webkit-scrollbar{display:none}.category-carousel.dragging{cursor:grabbing;scroll-snap-type:none}.category-carousel .category-card{scroll-snap-align:start;min-width:0}.category-carousel:focus-visible{outline:2px solid var(--accent);outline-offset:5px;border-radius:10px}@media (max-width:800px){.category-grid{grid-template-columns:1fr}.category-intro{margin-bottom:4px}.category-intro br{display:none}.category-carousel{grid-auto-columns:calc(50% - 6px)}}@media (max-width:550px){.category-carousel{grid-auto-columns:84%}}.screenshots{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.screenshots .shot,.screenshots .shot:first-child{aspect-ratio:16/10;background:#f1f1ef;border:1px solid #e2e1dd;border-radius:10px;grid-row:auto;height:auto}.detail-sidebar{align-self:start;position:sticky;top:92px}.profile-dropdown{z-index:60}@media (max-width:800px){.detail-sidebar{position:static}}@media (max-width:550px){.screenshots{grid-template-columns:1fr}.screenshots .shot,.screenshots .shot:first-child{height:auto;margin-bottom:0}.form-actions .secondary-button,.form-actions .primary-button{min-width:0}}.like-wide.link-button{color:#696a6f;justify-content:center;align-items:center;display:flex}.like-wide.liked{color:#e64f36;background:#fff7f4;border-color:#f0b7aa}.feedback-card{padding:20px}.feedback-form{gap:7px;margin:14px 0;display:grid}.feedback-form select,.feedback-form textarea,.reply-form input,.inline-actions textarea{border:1px solid var(--line);width:100%;font:inherit;border-radius:7px;padding:9px;font-size:10px}.feedback-form textarea{resize:vertical;height:76px}.feedback-form .primary-button{height:34px}.feedback-login{text-align:center;background:#f5f5f3;border-radius:7px;padding:10px;font-size:10px;font-weight:700;display:block}.feedback-list{margin-top:12px}.feedback-item>div:first-child{align-items:center;gap:7px;display:flex}.feedback-item>div:first-child span{color:#777;background:#f1f1ef;border-radius:4px;padding:3px 6px;font-size:8px}.feedback-reply{background:#f5f7f8;border-radius:7px;margin-top:10px;padding:10px}.feedback-reply strong{color:#386a5a}.feedback-reply p{margin:5px 0}.feedback-reply button,.inline-actions button,.reply-form button,.draft-actions button,.managed-image button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:6px;padding:6px 8px;font-size:9px}.inline-actions{gap:6px;margin-top:7px;display:flex}.inline-actions summary{cursor:pointer;font-size:9px}.inline-actions form{gap:5px;display:flex}.reply-form{gap:5px;margin-top:9px;display:flex}.reply-form input{flex:1}.reject-form{gap:6px;display:flex}.reject-form input{border:1px solid var(--line);border-radius:8px;width:150px;padding:0 9px;font-size:10px}.rejection-reason{background:#fff2ee;border-radius:7px;padding:9px;color:#9d4b39!important;margin-top:9px!important}.rejection-reason strong{margin-right:5px}.profile-links{flex-wrap:wrap;gap:7px;display:flex}.search-section{padding:36px 0 80px}.search-form{grid-template-columns:minmax(240px,1fr) repeat(3,150px) auto;gap:8px;display:grid}.search-form input,.search-form select{border:1px solid var(--line);min-width:0;height:42px;font:inherit;background:#fff;border-radius:8px;padding:0 12px;font-size:11px}.search-summary{color:#888;margin:24px 0 14px;font-size:11px}.search-summary strong{color:var(--ink);margin-right:4px;font-size:16px}.maker-main{background:#f7f7f5;min-height:calc(100vh - 180px);padding:55px 0 90px}.maker-profile{border:1px solid var(--line);background:#fff;border-radius:16px;align-items:center;gap:25px;padding:34px;display:flex}.maker-avatar{color:#fff;background:#303552 50%/cover;border-radius:26px;flex:none;place-items:center;width:94px;height:94px;font-size:32px;font-weight:800;display:grid}.maker-profile h1{margin:7px 0 6px;font-size:28px}.maker-profile p{color:#777;margin:0;font-size:12px}.maker-links{gap:13px;margin-top:15px;font-size:10px;font-weight:700;display:flex}.maker-heading{justify-content:space-between;align-items:end;margin:38px 0 20px;display:flex}.maker-heading h2{margin:0;font-size:22px}.maker-heading p,.maker-heading a{color:#888;font-size:10px}.image-manager{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.managed-image{border:1px solid var(--line);border-radius:10px;padding:6px}.managed-image>div:first-child,.new-image-previews>div{aspect-ratio:16/10;background:#eee;border-radius:7px;position:relative;overflow:hidden}.managed-image img,.new-image-previews img{object-fit:cover}.managed-image>span{margin:7px 2px;font-size:9px;font-weight:700;display:block}.managed-image>div:last-child{gap:4px;display:flex}.managed-image button:last-child{color:#a84834;margin-left:auto}.new-image-previews{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.draft-actions{justify-content:center;align-items:center;gap:6px;margin-top:12px;display:flex}.draft-actions span{color:#39805a;font-size:9px}@media (max-width:900px){.search-form{grid-template-columns:1fr 1fr}.search-form input{grid-column:1/3}.admin-actions{flex-wrap:wrap}.reject-form{order:3;width:100%}.reject-form input{flex:1}}@media (max-width:600px){.search-form{flex-direction:column;display:flex}.maker-profile{flex-direction:column;align-items:flex-start;padding:24px}.maker-avatar{border-radius:20px;width:72px;height:72px}.maker-heading{align-items:flex-start;gap:12px}.image-manager,.new-image-previews{grid-template-columns:repeat(2,1fr)}.reply-form{flex-direction:column}}.category-carousel-shell{min-width:0;position:relative}.category-drag-hint{color:#999;justify-content:flex-end;align-items:center;gap:5px;height:20px;margin-bottom:2px;font-size:9px;display:flex}.category-drag-hint strong{font-weight:600}.category-drag-hint>div{gap:3px;margin-left:5px;display:flex}.category-drag-hint i{background:#d4d3d0;border-radius:50%;width:4px;height:4px}.category-drag-hint i.active{background:var(--accent);border-radius:99px;width:12px}.requests-main{background:#f7f7f5;min-height:calc(100vh - 180px);padding:54px 0 90px}.requests-shell{width:min(980px,100% - 36px);margin:auto}.requests-hero{justify-content:space-between;align-items:flex-end;margin-bottom:25px;display:flex}.requests-hero h1{margin:8px 0;font-size:32px}.requests-hero p{color:#777;margin:0;font-size:12px}.requests-hero>strong{color:#888;font-size:11px}.request-layout{grid-template-columns:350px 1fr;align-items:start;gap:18px;display:grid}.request-form,.request-list{border:1px solid var(--line);background:#fff;border-radius:14px;padding:24px}.request-form{position:sticky;top:92px}.request-form h2,.request-list h2{margin:0 0 12px;font-size:17px}.request-form-fields{gap:9px;display:grid}.request-form label{margin-top:5px;font-size:10px;font-weight:700}.request-form input,.request-form select,.request-form textarea{width:100%;font:inherit;border:1px solid #deddda;border-radius:8px;padding:11px;font-size:11px}.request-form textarea{resize:vertical;height:130px}.request-login{color:#b94d34;text-align:center;background:#fff3ee;border-radius:9px;padding:14px;font-size:11px;font-weight:700;display:block}.request-items{gap:9px;display:grid}.request-item{border:1px solid var(--line);border-radius:10px;padding:17px}.request-item-head{justify-content:space-between;gap:10px;display:flex}.request-kind,.request-status{color:#777;background:#f1f1ef;border-radius:99px;padding:4px 7px;font-size:8px;font-weight:700}.request-status{color:#92641b;background:#fff1dc}.request-status.planned{color:#4a5b9d;background:#e8edff}.request-status.done{color:#2e7c4d;background:#e4f6ea}.request-item h3{margin:10px 0 6px;font-size:14px}.request-item p{color:#666;white-space:pre-line;font-size:11px;line-height:1.7}.request-item small{color:#aaa;font-size:9px}.request-success{color:#347653;background:#e8f6ed;border-radius:8px;padding:11px;font-size:10px}.mypage-request-card{background:#f5f5f2;border-radius:10px;gap:12px;margin-top:20px;padding:17px;display:grid}.mypage-request-card strong{font-size:12px}.mypage-request-card p{color:#888;margin:5px 0 0;font-size:10px;line-height:1.6}.mypage-request-card a{color:var(--accent);font-size:10px;font-weight:700}.dashboard-delete-error{color:#b74f34;text-align:right;margin:0;padding:8px 17px;font-size:10px}.mypage-shell{grid-template-columns:280px minmax(0,1fr);width:min(1180px,100% - 36px)}.dashboard-list{gap:13px}.dashboard-project{padding:0;display:block;overflow:hidden}.dashboard-project-summary{grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:17px;padding:17px;display:grid}.dashboard-cover{aspect-ratio:16/10;border:1px solid var(--line);background:#eee;border-radius:9px;display:block;position:relative;overflow:hidden}.dashboard-cover img{object-fit:cover}.dashboard-project-copy{min-width:0}.dashboard-project-copy h3{margin:7px 0 4px}.dashboard-project-copy>p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dashboard-badges{align-items:center;gap:5px;display:flex}.curated-badge{color:#fff;z-index:1;background:#24242a;border-radius:6px;padding:5px 8px;font-size:8px;font-weight:700;position:absolute;bottom:8px;left:8px}.curated-inline{color:#6754a7;background:#edeaff;border-radius:99px;align-items:center;padding:4px 7px;font-size:8px;font-weight:700;display:inline-flex}.dashboard-metrics{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(3,68px);display:grid;overflow:hidden}.dashboard-metrics span{text-align:center;background:#fafaf8;padding:11px 8px}.dashboard-metrics span+span{border-left:1px solid var(--line)}.dashboard-metrics strong,.dashboard-metrics small{display:block}.dashboard-metrics strong{font:700 14px DM Sans}.dashboard-metrics small{color:#999;margin-top:3px;font-size:8px}.dashboard-actions{border-top:1px solid var(--line);background:#fafaf8;justify-content:flex-end;align-items:center;gap:6px;padding:10px 17px;display:flex}.dashboard-actions .feedback-toggle{color:#fff;cursor:pointer;background:#2b2b30;border:0;border-radius:9px;height:43px;padding:0 15px;font-size:10px;font-weight:700}.dashboard-feedback-panel{border-top:1px solid var(--line);background:#f6f6f3;padding:18px}.feedback-tabs{gap:5px;margin-bottom:12px;display:flex;overflow-x:auto}.feedback-tabs button{white-space:nowrap;border:1px solid var(--line);color:#777;cursor:pointer;background:#fff;border-radius:8px;height:34px;padding:0 11px;font-size:9px;font-weight:700}.feedback-tabs button.active{color:#fff;background:#2b2b30;border-color:#2b2b30}.feedback-tabs span{opacity:.7;margin-left:3px}.dashboard-feedback-list{gap:9px;display:grid}.dashboard-feedback-item{border:1px solid var(--line);background:#fff;border-radius:10px;padding:16px}.dashboard-feedback-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-feedback-head>div{align-items:center;gap:7px;display:flex}.dashboard-feedback-head small{color:#aaa;font-size:8px}.feedback-type{color:#777;background:#f1f1ef;border-radius:99px;padding:4px 7px;font-size:8px;font-weight:700}.feedback-type.suggestion{color:#4d6098;background:#e9efff}.feedback-type.bug{color:#a84f38;background:#fff0eb}.dashboard-feedback-head form{gap:5px;display:flex}.dashboard-feedback-head select,.feedback-status-form select{border:1px solid var(--line);height:32px;font:inherit;background:#fff;border-radius:7px;padding:0 8px;font-size:9px}.dashboard-feedback-head button,.feedback-status-form button{background:#eee;border:0;border-radius:7px;padding:0 9px;font-size:9px;font-weight:700}.dashboard-feedback-item>p{color:#555;white-space:pre-line;margin:12px 0;font-size:11px;line-height:1.7}.dashboard-thread{gap:6px;margin:10px 0;display:grid}.thread-reply{background:#f4f5f6;border-radius:8px;padding:11px 12px;position:relative}.thread-reply>div{align-items:center;gap:6px;display:flex}.thread-reply strong{font-size:9px}.thread-reply span{color:#777;background:#fff;border-radius:4px;padding:3px 5px;font-size:7px}.thread-reply small{color:#aaa;margin-left:auto;font-size:8px}.thread-reply p{margin:6px 0 0;font-size:10px;line-height:1.6}.thread-reply form{position:absolute;bottom:7px;right:9px}.thread-reply form button{color:#a55;background:0 0;border:0;font-size:8px}.dashboard-reply-form{gap:6px;display:flex}.dashboard-reply-form input{border:1px solid var(--line);min-width:0;font:inherit;border-radius:8px;flex:1;padding:10px;font-size:10px}.dashboard-reply-form button{color:#fff;background:#2b2b30;border:0;border-radius:8px;padding:0 12px;font-size:9px;font-weight:700}.dashboard-feedback-empty{text-align:center;color:#999;margin:0;padding:35px;font-size:10px}.feedback-state{color:#397451!important;background:#e8f4ec!important}.feedback-status-form{gap:5px;margin-top:10px;display:flex}.curation-option{background:#f8f6ff;border:1px solid #dcd6f4;border-radius:9px;align-items:flex-start;gap:10px;padding:14px;display:flex}.curation-option input{width:auto;margin-top:3px}.curation-option span{gap:3px;display:grid}.curation-option strong{font-size:11px}.curation-option small{color:#777;font-size:9px;font-weight:400}@media (max-width:1000px){.dashboard-project-summary{grid-template-columns:100px minmax(0,1fr)}.dashboard-metrics{grid-column:1/3;grid-template-columns:repeat(3,1fr);width:100%}}@media (max-width:700px){.mypage-shell{grid-template-columns:minmax(0,1fr)}.profile-card,.my-projects{min-width:0;padding:18px}.dashboard-project-summary{grid-template-columns:84px minmax(0,1fr);gap:12px;padding:13px}.dashboard-metrics{grid-column:1/3}.dashboard-actions{flex-wrap:wrap;justify-content:flex-start;padding:10px 13px}.dashboard-actions .feedback-toggle{flex:1;order:-1}.dashboard-feedback-panel{padding:12px}.dashboard-feedback-head{flex-direction:column}.dashboard-feedback-head form{width:100%}.dashboard-feedback-head select{flex:1}.dashboard-reply-form{flex-direction:column}.dashboard-reply-form button{height:36px}}@media (max-width:900px){.site-header.menu-open .header-actions{top:370px}}@media (max-width:720px){.request-layout{grid-template-columns:1fr}.request-form{position:static}.requests-hero{flex-direction:column;align-items:flex-start}}@media (max-width:700px){.admin-request-item,.request-status-form{width:100%}.request-status-form select{flex:1}.info-main{padding-top:24px}.info-document{padding:28px 22px}.info-document>h1{font-size:28px}}.admin-nav{background:#e9e9e6;border-radius:10px;gap:5px;width:max-content;margin-bottom:22px;padding:4px;display:flex}.admin-nav a{color:#888;border-radius:7px;padding:8px 13px;font-size:10px;font-weight:700}.admin-nav a.active{color:var(--ink);background:#fff;box-shadow:0 2px 7px #0000000f}.admin-request-item>div{min-width:0}.admin-request-item p{white-space:pre-line;max-width:600px;line-height:1.7}.request-status-form{flex:none;gap:7px;display:flex}.request-status-form select{border:1px solid var(--line);height:39px;font:inherit;background:#fff;border-radius:8px;padding:0 30px 0 10px;font-size:10px}.info-main{background:#f7f7f5;min-height:calc(100vh - 180px);padding:60px 0 90px}.info-document{border:1px solid var(--line);background:#fff;border-radius:16px;width:min(760px,100% - 36px);margin:auto;padding:48px}.info-document>h1{letter-spacing:-.05em;margin:10px 0 12px;font-size:34px}.info-lead{color:#555!important;font-size:15px!important;line-height:1.8!important}.info-updated{color:#999;margin-bottom:35px;font-size:10px}.info-document section{border-top:1px solid var(--line);padding:25px 0}.info-document section:first-of-type{margin-top:35px}.info-document h2{margin:0 0 10px;font-size:16px}.info-document section p{color:#666;margin:0;font-size:12px;line-height:1.9}.info-cta{align-items:center;gap:18px;margin-top:28px;display:flex}.info-cta>a:last-child{font-size:11px;font-weight:700}@media (max-width:700px){.admin-request-item,.request-status-form{width:100%}.request-status-form select{flex:1}.info-main{padding-top:24px}.info-document{padding:28px 22px}.info-document>h1{font-size:28px}}@media (max-width:600px){footer{height:auto;min-height:150px;padding:25px 0}.footer-inner{flex-wrap:wrap;align-items:flex-start;height:auto}.footer-inner p{order:3;width:100%;margin:0;display:block}.footer-inner>div{flex-wrap:wrap;order:4;gap:14px;width:100%;margin:0;display:flex}.footer-inner small{margin-left:auto}}.status-main{background:#f7f7f5;place-items:center;min-height:calc(100vh - 180px);padding:70px 18px;display:grid}.status-card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:16px;width:min(460px,100%);padding:44px 34px}.status-card .brand-mark{margin:0 auto 18px}.status-card h1{margin:0 0 12px;font-size:23px}.status-card p{color:#777;margin:0;font-size:12px;line-height:1.9}.status-digest{color:#aaa;margin-top:14px;font-size:9px;display:block}.status-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:26px;display:flex}.detail-section p{white-space:pre-line}.avatar.has-image{background-position:50%;background-repeat:no-repeat;background-size:cover}body{flex-direction:column;min-height:100dvh;display:flex}body>main{flex:1 0 auto}body>footer{flex-shrink:0}.page-main,.detail-main,.submit-main,.login-main,.mypage-main,.admin-main,.maker-main,.info-main,.requests-main,.status-main{min-height:0}button.zoomable{width:100%;font:inherit;cursor:zoom-in;-webkit-tap-highlight-color:transparent;border:0;padding:0;display:block;position:relative}button.detail-cover-image{background:#ececea}.zoomable .zoom-hint{z-index:3;color:#fff;opacity:0;background:#18181b9e;border-radius:8px;place-items:center;width:28px;height:28px;font-size:13px;transition:opacity .2s;display:grid;position:absolute;bottom:12px;right:12px}.zoomable:hover .zoom-hint,.zoomable:focus-visible .zoom-hint{opacity:1}.zoomable:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.lightbox{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0e0e11e6;justify-content:center;align-items:center;padding:56px 20px;display:flex;position:fixed;inset:0}.lightbox-figure{cursor:default;width:min(1100px,100%);height:100%;max-height:calc(100dvh - 112px);margin:0;position:relative}.lightbox-image{object-fit:contain}.lightbox-figure figcaption{text-align:center;color:#d6d6da;font-size:11px;position:absolute;bottom:-30px;left:0;right:0}.lightbox-figure figcaption span{color:#8f9096;font-family:DM Sans}.lightbox-close{z-index:3;cursor:pointer;border-radius:11px;width:40px;height:40px;font-size:16px;position:absolute;top:14px;right:16px}.lightbox-nav{z-index:3;cursor:pointer;border-radius:12px;width:44px;height:64px;font-size:28px;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-close,.lightbox-nav{color:#fff;background:#121216c7;border:1px solid #ffffff47}.lightbox-nav.prev{left:12px}.lightbox-nav.next{right:12px}.lightbox-close:hover,.lightbox-nav:hover{background:#121216f2}.lightbox-close:focus-visible,.lightbox-nav:focus-visible{outline-offset:2px;outline:2px solid #fff}@media (max-width:640px){.lightbox{padding:64px 10px}.lightbox-figure{max-height:calc(100dvh - 128px)}.lightbox-nav{width:38px;height:54px;font-size:24px}.zoomable .zoom-hint{opacity:1}}
