:root {
--blue: #00b5ef;
--deep: #008fd0;
--ink: #17232b;
--muted: #697982;
--line: #dfe9ee;
--page: #f5fafc;
--soft: #eaf8fd;
--red: #b64f4f;
--shadow: 0 18px 45px rgba(18, 68, 91, 0.09);
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
min-width: 320px;
background: var(--page);
color: var(--ink);
font-family: "Pretendard Variable", Pretendard, -apple-system,
BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
-webkit-font-smoothing: antialiased;
}
body {
min-height: 100vh;
margin: 0;
background: linear-gradient(180deg, #fff 0, #fff 27%, var(--page) 100%);
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.shell {
position: relative;
isolation: isolate;
width: min(1180px, 100%);
min-height: 100vh;
margin: auto;
padding: 0 40px;
overflow: hidden;
}
.glow {
position: absolute;
z-index: -1;
border-radius: 50%;
pointer-events: none;
}
.glow.top {
top: -170px;
right: -170px;
width: 430px;
height: 430px;
background: radial-gradient(circle, rgba(0, 181, 239, 0.13), transparent 68%);
}
.glow.bottom {
bottom: -220px;
left: -180px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(40, 127, 164, 0.08), transparent 70%);
}
header {
display: flex;
align-items: center;
justify-content: space-between;
min-height: 92px;
border-bottom: 1px solid rgba(211, 226, 233, 0.82);
}
.brand {
display: inline-flex;
align-items: center;
gap: 13px;
}
.mark {
position: relative;
width: 40px;
height: 40px;
}
.mark i {
position: absolute;
display: block;
border-radius: 50%;
background: var(--blue);
}
.mark i:nth-child(1) { top: 2px; left: 13px; width: 14px; height: 14px; }
.mark i:nth-child(2) { bottom: 3px; left: 1px; width: 20px; height: 20px; background: #55cdf4; }
.mark i:nth-child(3) { right: 1px; bottom: 3px; width: 20px; height: 20px; background: var(--deep); }
.brandtext {
display: flex;
flex-direction: column;
line-height: 1;
}
.brandtext b { font-size: 18px; letter-spacing: 0.08em; }
.brandtext small {
margin-top: 7px;
color: #8a9aa3;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.22em;
}
.badge {
display: flex;
align-items: center;
gap: 8px;
padding: 9px 13px;
border: 1px solid var(--line);
border-radius: 999px;
background: rgba(255, 255, 255, 0.76);
color: #64757e;
font-size: 13px;
font-weight: 650;
}
.badge::before {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--blue);
box-shadow: 0 0 0 5px rgba(0, 181, 239, 0.11);
content: "";
}
main { padding: 74px 0 52px; }
.hero { max-width: 760px; margin-bottom: 42px; }
.eyebrow {
margin: 0 0 15px;
color: var(--deep);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.18em;
}
.hero h1 {
margin: 0;
font-size: clamp(34px, 4.4vw, 56px);
font-weight: 760;
line-height: 1.16;
letter-spacing: -0.045em;
word-break: keep-all;
}
.hero > p:last-child {
margin: 17px 0 0;
color: var(--muted);
font-size: 18px;
line-height: 1.6;
}
.workspace { display: grid; gap: 22px; }
.card {
position: relative;
border: 1px solid rgba(213, 226, 233, 0.95);
border-radius: 18px;
background: rgba(255, 255, 255, 0.94);
box-shadow: var(--shadow);
overflow: hidden;
}
.card::before {
position: absolute;
inset: 0 auto 0 0;
width: 5px;
background: var(--blue);
content: "";
}
.cardhead {
display: flex;
align-items: center;
gap: 14px;
padding: 25px 28px 0;
}
.step {
display: grid;
flex: 0 0 auto;
place-items: center;
width: 36px;
height: 36px;
border-radius: 11px;
background: var(--soft);
color: var(--deep);
font-size: 15px;
font-weight: 800;
}
.cardhead h2 { margin: 0; font-size: 23px; letter-spacing: -0.035em; }
.cardhead p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.body { padding: 22px 28px 28px; }
.upload {
display: grid;
place-items: center;
min-height: 220px;
padding: 28px;
border: 2px dashed #badce9;
border-radius: 14px;
background: linear-gradient(180deg, #fbfeff, #f1fafd);
text-align: center;
transition: 0.16s;
}
.upload.drag {
transform: translateY(-2px);
border-color: var(--blue);
background: #eaf9fe;
}
.uploadicon, .actionicon {
display: grid;
place-items: center;
margin: auto;
border-radius: 18px;
background: #fff;
color: var(--deep);
box-shadow: 0 10px 28px rgba(0, 143, 208, 0.13);
}
.uploadicon { width: 70px; height: 70px; margin-bottom: 15px; }
.upload svg { width: 38px; }
.upload strong { display: block; font-size: 21px; }
.upload p { margin: 8px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.pickers { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.file {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
}
svg {
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 48px;
padding: 0 19px;
border: 1px solid transparent;
border-radius: 12px;
background: #fff;
font-weight: 730;
cursor: pointer;
transition: 0.15s;
}
.btn:hover:not(:disabled) { transform: translateY(-2px); }
.btn:disabled { cursor: not-allowed; opacity: 0.42; }
.btn svg { width: 21px; height: 21px; }
.primary { background: var(--blue); color: #fff; box-shadow: 0 12px 26px rgba(0, 181, 239, 0.22); }
.primary:hover:not(:disabled) { background: var(--deep); }
.secondary { border-color: #cbdde5; color: #3d5966; }
.danger { border-color: #efd3d3; background: #fff1f1; color: var(--red); }
.small { min-height: 40px; padding: 0 13px; border-radius: 10px; font-size: 13px; }
.privacy {
display: flex;
align-items: center;
gap: 8px;
margin: 14px 0 0;
color: #7d8d95;
font-size: 12px;
}
.privacy svg { width: 16px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.count { font-size: 15px; font-weight: 700; color: #445b66; }
.count b { color: var(--deep); }
.tools { display: flex; flex-wrap: wrap; gap: 8px; }
.empty {
display: grid;
place-items: center;
min-height: 210px;
border: 1px solid #e3edf1;
border-radius: 14px;
background: #fafcfd;
color: #89979e;
text-align: center;
}
.empty svg { width: 48px; color: #b7c7ce; }
.empty p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.thumb {
display: grid;
grid-template-columns: 150px minmax(0, 1fr);
gap: 17px;
padding: 13px;
border: 1px solid #dfe9ee;
border-radius: 14px;
background: #fff;
}
.thumb[draggable="true"] { cursor: grab; }
.thumb.dragging { opacity: 0.5; }
.thumb.target { border-color: var(--blue); box-shadow: 0 10px 25px rgba(0, 143, 208, 0.12); }
.pic {
position: relative;
aspect-ratio: 16 / 10;
border-radius: 10px;
background: #edf3f6;
overflow: hidden;
}
.pic img { width: 100%; height: 100%; object-fit: contain; }
.num {
position: absolute;
top: 8px;
left: 8px;
display: grid;
place-items: center;
min-width: 32px;
height: 32px;
padding: 0 9px;
border-radius: 9px;
background: rgba(17, 35, 43, 0.84);
color: #fff;
font-size: 14px;
font-weight: 800;
}
.info { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; gap: 12px; }
.name { margin: 2px 0 0; overflow: hidden; font-size: 14px; font-weight: 720; text-overflow: ellipsis; white-space: nowrap; }
.hint { margin: 4px 0 0; color: #8a989f; font-size: 11px; }
.moves { display: grid; grid-template-columns: 1fr 1fr auto; gap: 6px; }
.move {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
min-height: 38px;
padding: 0 9px;
border: 1px solid #dce7ec;
border-radius: 9px;
background: #fff;
color: #51656f;
font-size: 12px;
font-weight: 700;
cursor: pointer;
}
.move:disabled { opacity: 0.34; cursor: default; }
.move svg { width: 16px; }
.delete { width: 38px; padding: 0; color: var(--red); }
.actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.big {
display: grid;
grid-template-columns: 58px minmax(0, 1fr) 30px;
align-items: center;
gap: 15px;
min-height: 112px;
padding: 21px;
border: 1px solid #d9e7ed;
border-radius: 14px;
background: #fff;
text-align: left;
cursor: pointer;
transition: 0.16s;
}
.big:hover:not(:disabled) {
transform: translateY(-3px);
border-color: var(--blue);
box-shadow: 0 22px 55px rgba(10, 92, 128, 0.16);
}
.big:disabled { opacity: 0.42; cursor: not-allowed; }
.actionicon { width: 58px; height: 58px; margin: 0; background: var(--soft); box-shadow: none; }
.actionicon svg { width: 28px; }
.big b { display: block; font-size: 20px; }
.big small { display: block; margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.arrow { color: #70838c; }
.arrow svg { width: 28px; }
.status { min-height: 22px; margin: 15px 2px 0; color: #55707c; font-size: 13px; font-weight: 620; }
.status[data-kind="error"] { color: var(--red); }
.status[data-kind="success"] { color: #16815a; }
footer {
display: flex;
align-items: center;
gap: 13px;
min-height: 92px;
color: #9aa8af;
font-size: 12px;
font-weight: 650;
letter-spacing: 0.08em;
}
footer::before { width: 28px; height: 1px; background: #bdcbd1; content: ""; }
.presentation {
position: fixed;
inset: 0;
z-index: 9999;
display: none;
width: 100vw;
height: 100vh;
background: #080b0d;
}
.presentation.open { display: block; }
.stage {
display: grid;
width: 100vw;
height: 100vh;
place-items: center;
overflow: hidden;
}
.stage img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
user-select: none;
}
.busy {
position: fixed;
inset: 0;
z-index: 10000;
display: none;
place-items: center;
padding: 24px;
background: rgba(17, 35, 43, 0.52);
backdrop-filter: blur(3px);
}
.busy.open { display: grid; }
.busybox { width: min(340px, 100%); padding: 30px; border-radius: 16px; background: #fff; text-align: center; }
.spin {
width: 42px;
height: 42px;
margin: 0 auto 17px;
border: 4px solid #dff3fa;
border-top-color: var(--blue);
border-radius: 50%;
animation: spin 0.8s linear infinite;
}
.busybox p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
@keyframes spin { to { transform: rotate(360deg); } }
.brand:focus-visible, button:focus-visible, .upload:focus-within {
outline: 4px solid rgba(0, 181, 239, 0.25);
outline-offset: 4px;
}
@media (max-width: 900px) {
.shell { padding: 0 24px; }
main { padding-top: 60px; }
.grid, .actions { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
.shell { padding: 0 16px; }
header { min-height: 78px; }
.brand { gap: 10px; }
.mark { transform: scale(0.85); transform-origin: left; }
.badge { padding: 8px 10px; font-size: 11px; }
main { padding: 46px 0 30px; }
.hero { margin-bottom: 30px; }
.hero h1 { font-size: 34px; }
.hero > p:last-child { font-size: 16px; }
.cardhead { align-items: flex-start; padding: 21px 20px 0; }
.body { padding: 18px 20px 22px; }
.upload { min-height: 250px; padding: 24px 18px; }
.pickers { width: 100%; }
.pickers .btn { flex: 1 1 145px; }
.toolbar { align-items: flex-start; flex-direction: column; }
.tools { width: 100%; }
.tools .btn { flex: 1; }
.thumb { grid-template-columns: 112px minmax(0, 1fr); gap: 12px; padding: 10px; }
.hint { display: none; }
.big { grid-template-columns: 52px minmax(0, 1fr) 24px; min-height: 104px; padding: 17px; }
.actionicon { width: 52px; height: 52px; }
}
@media (max-width: 430px) {
.brandtext small { display: none; }
.thumb { grid-template-columns: 96px minmax(0, 1fr); }
.move { font-size: 0; }
.move svg { width: 18px; }
}
