:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17342b;background:#f4f1e8;font-synthesis:none;--forest: #174c3a;--forest-dark: #0e382a;--sage: #dce4cc;--cream: #f4f1e8;--paper: #fffdf7;--ochre: #d89b4b;--ink: #17342b;--muted: #6f786f;--line: #dcded2;--danger: #9c3d31}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Iowan Old Style,Baskerville,Georgia,serif}.app-shell{min-height:100vh}.topbar{height:84px;padding:0 max(24px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;background:#fffdf7f0;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:43px;height:43px;border-radius:13px}.brand span{display:flex;flex-direction:column}.brand strong{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:20px;line-height:1.05}.brand small{color:var(--muted);font-size:11px;letter-spacing:.06em;margin-top:3px}.account{display:flex;gap:18px;align-items:center;font-size:14px}.account-name{font-weight:600}.text-button{border:0;color:var(--forest);background:transparent;cursor:pointer;padding:8px;text-decoration:underline;text-underline-offset:3px}.page{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:64px 0 96px}.eyebrow{margin-bottom:9px;color:#6a784d;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.muted{color:var(--muted)}.primary-button,.secondary-button,.danger-button{min-height:46px;padding:0 20px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .15s,background .15s}.primary-button{color:#fff;background:var(--forest);box-shadow:0 8px 18px #174c3a29}.primary-button:hover{background:var(--forest-dark);transform:translateY(-1px)}.primary-button:disabled{opacity:.65;cursor:wait;transform:none}.secondary-button{color:var(--forest);background:var(--paper);border-color:#b9c5ba}.danger-button{color:var(--danger);background:transparent;border-color:#d9b5af}.error-message{padding:13px 16px;border:1px solid #dbb4ad;background:#fff0ed;color:#7c2d24;border-radius:10px;font-size:14px}.hero-row{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:38px}.hero-row h1,.plant-heading h1,.form-heading h1{font-size:clamp(38px,5vw,60px);line-height:1.03;letter-spacing:-.035em;margin-bottom:9px}.hero-row p:last-child{margin:0}.search-wrap{height:58px;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid #cfd3c7;border-radius:16px;background:var(--paper);box-shadow:0 5px 20px #20382c0d;margin-bottom:30px}.search-wrap>span{font-size:27px;color:#778275;transform:rotate(-15deg)}.search-wrap input{border:0;outline:0;background:transparent;width:100%;font-size:16px;color:var(--ink)}.search-wrap button{border:0;background:transparent;font-size:24px;color:var(--muted);cursor:pointer}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.plant-card{display:block;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--paper);text-decoration:none;box-shadow:0 8px 28px #1f372c0e;transition:transform .2s,box-shadow .2s}.plant-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #1f372c1c}.plant-thumb{height:235px;overflow:hidden;background:#e5e8db}.plant-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.plant-card:hover .plant-thumb img{transform:scale(1.025)}.plant-placeholder,.gallery-empty{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6e8066;background:radial-gradient(circle at 50% 35%,#eef0e5,#dce3d4)}.plant-placeholder span,.gallery-empty span{font-size:58px;line-height:1}.plant-placeholder small{margin-top:8px}.plant-card-copy{padding:22px 22px 20px}.plant-card-copy h2{font-size:23px;line-height:1.15;margin:0 0 7px}.plant-card-copy p{min-height:22px;margin:0 0 22px;color:#617167;font-size:14px;font-style:italic}.plant-card-copy span{color:var(--forest);font-size:13px;font-weight:700}.plant-card-copy span b{margin-left:4px;transition:margin .15s}.plant-card:hover .plant-card-copy span b{margin-left:9px}.skeleton{pointer-events:none}.skeleton .plant-thumb,.skeleton i{background:linear-gradient(90deg,#e5e5dc 25%,#f0f0e8,#e5e5dc 75%);background-size:200% 100%;animation:shimmer 1.2s infinite}.skeleton i{display:block;height:17px;width:75%;margin:9px 0;border-radius:5px}.skeleton i:last-child{width:48%}@keyframes shimmer{to{background-position:-200% 0}}.empty-state{text-align:center;padding:80px 20px;color:var(--muted)}.empty-state h2{color:var(--ink);margin-bottom:7px}.empty-leaf{font-size:58px;color:#879a76}.detail-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:48px}.back-link{color:#4e675d;text-decoration:none;font-weight:600;font-size:14px}.back-link:hover{text-decoration:underline;text-underline-offset:4px}.detail-actions{display:flex;gap:10px}.plant-heading{margin-bottom:38px;max-width:800px}.plant-heading h1{margin-bottom:7px}.latin-name{font-family:Georgia,serif;color:#607267;font-size:21px;font-style:italic}.detail-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:58px;align-items:start}.gallery{position:sticky;top:112px}.gallery-main{aspect-ratio:4 / 3;overflow:hidden;border-radius:22px;border:1px solid var(--line);background:#dfe5d8}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-empty strong{font-family:Iowan Old Style,Baskerville,Georgia,serif;font-size:22px;color:var(--ink);margin:12px 0 4px}.gallery-empty small{color:var(--muted)}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 2px}.gallery-thumbs button{flex:0 0 76px;width:76px;height:62px;padding:3px;border:2px solid transparent;border-radius:10px;background:transparent;cursor:pointer}.gallery-thumbs button.active{border-color:var(--forest)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:6px}.description{font-family:Georgia,serif;font-size:19px;line-height:1.72;color:#354c42}.requirement-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 34px}.info-card{display:flex;gap:13px;align-items:flex-start;padding:16px;border-radius:13px;background:#dce4cc8c}.info-card>span{display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px;border-radius:50%;background:#f7f7ed;color:#557044}.info-card div{display:flex;flex-direction:column;gap:3px}.info-card small{color:#6d786e}.info-card strong{font-size:14px;line-height:1.35}.note-section{border-top:1px solid var(--line);padding-top:27px}.note-section h2{font-size:25px;margin-bottom:10px}.note-section p,.private-section p{white-space:pre-line;line-height:1.65;color:#465a51}.private-section{margin-top:28px;padding:22px;border-radius:16px;background:#efe9d8;border:1px solid #dfd5bd}.private-label{display:inline-block;color:#69583c;background:#e2d5b5;border-radius:100px;padding:5px 10px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px}.private-section h3{font-size:13px;margin:0 0 5px}.private-section p{margin-bottom:16px}.private-section div:last-child p{margin-bottom:0}.detail-loading{color:var(--muted)}.form-page{max-width:970px}.form-heading{margin:42px 0 38px}.form-heading h1{margin-bottom:10px}.plant-form{display:flex;flex-direction:column;gap:20px}.form-section{display:grid;grid-template-columns:220px minmax(0,1fr);gap:34px;padding:30px;border:1px solid var(--line);border-radius:18px;background:var(--paper)}.section-heading h2{font-size:20px;margin-bottom:6px}.section-heading p{color:var(--muted);font-size:12px;line-height:1.5}.section-fields{display:flex;flex-direction:column;gap:18px;min-width:0}.section-fields label{display:flex;flex-direction:column;gap:7px;color:#3e5148;font-size:13px;font-weight:700}.section-fields input,.section-fields textarea{width:100%;padding:12px 13px;border:1px solid #cbd0c6;border-radius:10px;background:#fff;color:var(--ink);outline:none;font-weight:400}.section-fields textarea{resize:vertical;line-height:1.55}.section-fields input:focus,.section-fields textarea:focus{border-color:var(--forest);box-shadow:0 0 0 3px #174c3a1a}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:repeat(3,1fr)}.file-drop{position:relative;min-height:150px;align-items:center;justify-content:center;text-align:center;border:1.5px dashed #99aa96;border-radius:14px;background:#f3f5ed;cursor:pointer;color:var(--ink)!important}.file-drop:hover{background:#edf1e5}.file-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.file-drop small{color:var(--muted);font-weight:400}.upload-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--sage);color:var(--forest);font-size:21px}.file-list{padding:0;margin:0;list-style:none;font-size:13px}.file-list li{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line)}.file-list span{color:var(--muted)}.photo-manager{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.managed-photo{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}.managed-photo img{display:block;width:100%;height:110px;object-fit:cover}.managed-photo>div{display:flex;flex-direction:column;gap:5px;padding:8px}.small-button,.small-danger,.main-badge{min-height:30px;border:0;border-radius:7px;font-size:10px;font-weight:700;cursor:pointer}.small-button{background:var(--sage);color:var(--forest)}.main-badge{background:var(--forest);color:#fff}.small-danger{background:#faece9;color:var(--danger)}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:8px}.login-page{min-height:100vh;display:grid;place-items:center;padding:32px 20px;background:radial-gradient(circle at 15% 15%,#dce5d0,transparent 37%),radial-gradient(circle at 85% 80%,#ead9b9,transparent 38%),var(--cream)}.login-card{width:min(440px,100%);padding:44px;border:1px solid rgba(194,201,185,.8);border-radius:24px;background:#fffdf7ed;box-shadow:0 24px 80px #243f3221}.login-mark img{width:58px;height:58px;border-radius:17px;margin-bottom:24px}.login-card h1{font-size:39px;line-height:1.05;margin-bottom:13px}.login-card>.muted{line-height:1.5;margin-bottom:28px}.stack-form{display:flex;flex-direction:column;gap:17px}.stack-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.stack-form input{height:48px;padding:0 13px;border:1px solid #c7cdc1;border-radius:10px;outline:0;background:#fff}.stack-form input:focus{border-color:var(--forest);box-shadow:0 0 0 3px #174c3a1a}.stack-form .primary-button{width:100%;margin-top:4px}.splash{min-height:100vh;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;color:var(--muted)}.splash img{width:60px;border-radius:18px;animation:breathe 1.5s infinite alternate}@keyframes breathe{to{transform:scale(1.06)}}@media(max-width:900px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr;gap:34px}.gallery{position:static}.form-section{grid-template-columns:1fr;gap:18px}.form-grid.three{grid-template-columns:1fr}}@media(max-width:620px){.topbar{height:70px;padding:0 16px}.brand img{width:38px;height:38px}.brand small,.account-name{display:none}.page{width:min(100% - 30px,1180px);padding:38px 0 70px}.hero-row{align-items:stretch;flex-direction:column;margin-bottom:24px}.hero-row .primary-button{align-self:flex-start}.hero-row h1,.plant-heading h1,.form-heading h1{font-size:38px}.search-wrap{height:54px;margin-bottom:22px}.card-grid{grid-template-columns:1fr;gap:16px}.plant-card{display:grid;grid-template-columns:126px 1fr;min-height:142px}.plant-thumb{height:100%;min-height:142px}.plant-card-copy{padding:18px 16px}.plant-card-copy h2{font-size:20px}.plant-card-copy p{margin-bottom:13px}.detail-nav{margin-bottom:34px}.detail-actions{gap:6px}.detail-actions .secondary-button,.detail-actions .danger-button{min-height:40px;padding:0 12px}.gallery-main{aspect-ratio:1 / 1}.requirement-grid{grid-template-columns:1fr}.description{font-size:17px}.form-heading{margin:34px 0 25px}.form-section{padding:20px 16px;border-radius:14px}.form-grid.two{grid-template-columns:1fr}.photo-manager{grid-template-columns:1fr 1fr}.form-actions{position:sticky;bottom:0;margin:0 -15px -70px;padding:14px 15px max(14px,env(safe-area-inset-bottom));background:#f4f1e8f2;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-actions>*{flex:1}.login-card{padding:32px 24px}.login-card h1{font-size:34px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
